@Generated(value="software.amazon.awssdk:codegen") public class CreateVpcPeeringAuthorizationRequest extends GameLiftRequest implements ToCopyableBuilder<CreateVpcPeeringAuthorizationRequest.Builder,CreateVpcPeeringAuthorizationRequest>
Represents the input for a request action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateVpcPeeringAuthorizationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateVpcPeeringAuthorizationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
gameLiftAwsAccountId()
Unique identifier for the AWS account that you use to manage your Amazon GameLift fleet.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest. |
int |
hashCode() |
String |
peerVpcId()
Unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.
|
static Class<? extends CreateVpcPeeringAuthorizationRequest.Builder> |
serializableBuilderClass() |
CreateVpcPeeringAuthorizationRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
requestOverrideConfigcopypublic String gameLiftAwsAccountId()
Unique identifier for the AWS account that you use to manage your Amazon GameLift fleet. You can find your Account ID in the AWS Management Console under account settings.
public String peerVpcId()
Unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet. The VPC must be in the same region where your fleet is deployed. To get VPC information, including IDs, use the Virtual Private Cloud service tools, including the VPC Dashboard in the AWS Management Console.
public CreateVpcPeeringAuthorizationRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CreateVpcPeeringAuthorizationRequest.Builder,CreateVpcPeeringAuthorizationRequest>toBuilder in class GameLiftRequestpublic static CreateVpcPeeringAuthorizationRequest.Builder builder()
public static Class<? extends CreateVpcPeeringAuthorizationRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.