@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVpcPeeringAuthorizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteVpcPeeringAuthorizationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteVpcPeeringAuthorizationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGameLiftAwsAccountId()
A unique identifier for the Amazon Web Services account that you use to manage your Amazon GameLift fleet.
|
String |
getPeerVpcId()
A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.
|
int |
hashCode() |
void |
setGameLiftAwsAccountId(String gameLiftAwsAccountId)
A unique identifier for the Amazon Web Services account that you use to manage your Amazon GameLift fleet.
|
void |
setPeerVpcId(String peerVpcId)
A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVpcPeeringAuthorizationRequest |
withGameLiftAwsAccountId(String gameLiftAwsAccountId)
A unique identifier for the Amazon Web Services account that you use to manage your Amazon GameLift fleet.
|
DeleteVpcPeeringAuthorizationRequest |
withPeerVpcId(String peerVpcId)
A 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 DeleteVpcPeeringAuthorizationRequest()
public void setGameLiftAwsAccountId(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.
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.public String getGameLiftAwsAccountId()
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.
public DeleteVpcPeeringAuthorizationRequest withGameLiftAwsAccountId(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.
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.public void setPeerVpcId(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.
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.public String getPeerVpcId()
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.
public DeleteVpcPeeringAuthorizationRequest withPeerVpcId(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.
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.public String toString()
toString
in class Object
Object.toString()
public DeleteVpcPeeringAuthorizationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()