@Generated(value="software.amazon.awssdk:codegen") public final class CreateVpcPeeringConnectionRequest extends GameLiftRequest implements ToCopyableBuilder<CreateVpcPeeringConnectionRequest.Builder,CreateVpcPeeringConnectionRequest>
Represents the input for a request operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateVpcPeeringConnectionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateVpcPeeringConnectionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fleetId()
A unique identifier for the fleet.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
peerVpcAwsAccountId()
A unique identifier for the AWS account with the VPC that you want to peer your Amazon GameLift fleet with.
|
String |
peerVpcId()
A unique identifier for a VPC with resources to be accessed by your GameLift fleet.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateVpcPeeringConnectionRequest.Builder> |
serializableBuilderClass() |
CreateVpcPeeringConnectionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fleetId()
A unique identifier for the fleet. You can use either the fleet ID or ARN value. This tells Amazon GameLift which GameLift VPC to peer with.
public final String peerVpcAwsAccountId()
A unique identifier for the AWS account with the VPC that you want to peer your Amazon GameLift fleet with. You can find your Account ID in the AWS 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 AWS Management Console. Learn more about VPC peering in VPC Peering with GameLift Fleets.
public CreateVpcPeeringConnectionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateVpcPeeringConnectionRequest.Builder,CreateVpcPeeringConnectionRequest>toBuilder in class GameLiftRequestpublic static CreateVpcPeeringConnectionRequest.Builder builder()
public static Class<? extends CreateVpcPeeringConnectionRequest.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 © 2021. All rights reserved.