@Generated(value="software.amazon.awssdk:codegen") public final class DeleteVpcPeeringAuthorizationRequest extends GameLiftRequest implements ToCopyableBuilder<DeleteVpcPeeringAuthorizationRequest.Builder,DeleteVpcPeeringAuthorizationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteVpcPeeringAuthorizationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteVpcPeeringAuthorizationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gameLiftAwsAccountId()
A unique identifier for the Amazon Web Services account that you use to manage your GameLift fleet.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
peerVpcId()
A unique identifier for a VPC with resources to be accessed by your GameLift fleet.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteVpcPeeringAuthorizationRequest.Builder> |
serializableBuilderClass() |
DeleteVpcPeeringAuthorizationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String gameLiftAwsAccountId()
A unique identifier for the Amazon Web Services account that you use to manage your GameLift fleet. You can find your Account ID in the Amazon Web Services Management Console under account settings.
public final String peerVpcId()
A unique identifier for a VPC with resources to be accessed by your GameLift fleet. The VPC must be in the same Region as your fleet. To look up a VPC ID, use the VPC Dashboard in the Amazon Web Services Management Console. Learn more about VPC peering in VPC Peering with GameLift Fleets.
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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.