@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVpcPeeringAuthorizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for a request action.
NOOP
Constructor and Description |
---|
CreateVpcPeeringAuthorizationRequest() |
Modifier and Type | Method and Description |
---|---|
CreateVpcPeeringAuthorizationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGameLiftAwsAccountId()
Unique identifier for the AWS account that you use to manage your Amazon GameLift fleet.
|
String |
getPeerVpcId()
Unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.
|
int |
hashCode() |
void |
setGameLiftAwsAccountId(String gameLiftAwsAccountId)
Unique identifier for the AWS account that you use to manage your Amazon GameLift fleet.
|
void |
setPeerVpcId(String peerVpcId)
Unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateVpcPeeringAuthorizationRequest |
withGameLiftAwsAccountId(String gameLiftAwsAccountId)
Unique identifier for the AWS account that you use to manage your Amazon GameLift fleet.
|
CreateVpcPeeringAuthorizationRequest |
withPeerVpcId(String peerVpcId)
Unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public CreateVpcPeeringAuthorizationRequest()
public void setGameLiftAwsAccountId(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.
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 getGameLiftAwsAccountId()
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 CreateVpcPeeringAuthorizationRequest withGameLiftAwsAccountId(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.
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 void setPeerVpcId(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.
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 String getPeerVpcId()
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 withPeerVpcId(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.
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 String toString()
toString
in class Object
Object.toString()
public CreateVpcPeeringAuthorizationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.