Class DeleteVpcPeeringAuthorizationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.gamelift.model.GameLiftRequest
-
- software.amazon.awssdk.services.gamelift.model.DeleteVpcPeeringAuthorizationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DeleteVpcPeeringAuthorizationRequest.Builder,DeleteVpcPeeringAuthorizationRequest>
@Generated("software.amazon.awssdk:codegen") public final class DeleteVpcPeeringAuthorizationRequest extends GameLiftRequest implements ToCopyableBuilder<DeleteVpcPeeringAuthorizationRequest.Builder,DeleteVpcPeeringAuthorizationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeleteVpcPeeringAuthorizationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteVpcPeeringAuthorizationRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringgameLiftAwsAccountId()A unique identifier for the Amazon Web Services account that you use to manage your Amazon GameLift fleet.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpeerVpcId()A 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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
gameLiftAwsAccountId
public final String gameLiftAwsAccountId()
A unique identifier for the Amazon Web Services account that you use to manage your Amazon GameLift fleet. You can find your Account ID in the Amazon Web Services Management Console under account settings.
- Returns:
- A unique identifier for the Amazon Web Services account that you use to manage your Amazon GameLift fleet. You can find your Account ID in the Amazon Web Services Management Console under account settings.
-
peerVpcId
public final String peerVpcId()
A unique identifier for a VPC with resources to be accessed by your Amazon 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 Amazon GameLift Fleets.
- Returns:
- A unique identifier for a VPC with resources to be accessed by your Amazon 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 Amazon GameLift Fleets.
-
toBuilder
public DeleteVpcPeeringAuthorizationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteVpcPeeringAuthorizationRequest.Builder,DeleteVpcPeeringAuthorizationRequest>- Specified by:
toBuilderin classGameLiftRequest
-
builder
public static DeleteVpcPeeringAuthorizationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeleteVpcPeeringAuthorizationRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-