@Generated(value="software.amazon.awssdk:codegen") public final class DeleteVpcPeeringAuthorizationRequest extends GameLiftRequest implements ToCopyableBuilder<DeleteVpcPeeringAuthorizationRequest.Builder,DeleteVpcPeeringAuthorizationRequest>
Represents the input for a request action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteVpcPeeringAuthorizationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteVpcPeeringAuthorizationRequest.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) |
int |
hashCode() |
String |
peerVpcId()
Unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteVpcPeeringAuthorizationRequest.Builder> |
serializableBuilderClass() |
DeleteVpcPeeringAuthorizationRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 DeleteVpcPeeringAuthorizationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteVpcPeeringAuthorizationRequest.Builder,DeleteVpcPeeringAuthorizationRequest>toBuilder in class GameLiftRequestpublic static DeleteVpcPeeringAuthorizationRequest.Builder builder()
public static Class<? extends DeleteVpcPeeringAuthorizationRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.