@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVpcPeeringConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for a request action.
NOOP
Constructor and Description |
---|
CreateVpcPeeringConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateVpcPeeringConnectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFleetId()
Unique identifier for a fleet.
|
String |
getPeerVpcAwsAccountId()
Unique identifier for the AWS account with the VPC that you want to peer your Amazon GameLift fleet with.
|
String |
getPeerVpcId()
Unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.
|
int |
hashCode() |
void |
setFleetId(String fleetId)
Unique identifier for a fleet.
|
void |
setPeerVpcAwsAccountId(String peerVpcAwsAccountId)
Unique identifier for the AWS account with the VPC that you want to peer your Amazon GameLift fleet with.
|
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.
|
CreateVpcPeeringConnectionRequest |
withFleetId(String fleetId)
Unique identifier for a fleet.
|
CreateVpcPeeringConnectionRequest |
withPeerVpcAwsAccountId(String peerVpcAwsAccountId)
Unique identifier for the AWS account with the VPC that you want to peer your Amazon GameLift fleet with.
|
CreateVpcPeeringConnectionRequest |
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 void setFleetId(String fleetId)
Unique identifier for a fleet. This tells Amazon GameLift which GameLift VPC to peer with.
fleetId
- Unique identifier for a fleet. This tells Amazon GameLift which GameLift VPC to peer with.public String getFleetId()
Unique identifier for a fleet. This tells Amazon GameLift which GameLift VPC to peer with.
public CreateVpcPeeringConnectionRequest withFleetId(String fleetId)
Unique identifier for a fleet. This tells Amazon GameLift which GameLift VPC to peer with.
fleetId
- Unique identifier for a fleet. This tells Amazon GameLift which GameLift VPC to peer with.public void setPeerVpcAwsAccountId(String peerVpcAwsAccountId)
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.
peerVpcAwsAccountId
- 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 String getPeerVpcAwsAccountId()
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 CreateVpcPeeringConnectionRequest withPeerVpcAwsAccountId(String peerVpcAwsAccountId)
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.
peerVpcAwsAccountId
- 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 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. Look up a VPC ID using the VPC Dashboard in the AWS Management Console. Learn more about VPC peering in VPC Peering with Amazon GameLift Fleets.
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. Look up a VPC ID using the VPC Dashboard in the AWS Management Console. Learn more
about VPC peering in VPC Peering with Amazon
GameLift Fleets.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. Look up a VPC ID using the VPC Dashboard in the AWS Management Console. Learn more about VPC peering in VPC Peering with Amazon GameLift Fleets.
public CreateVpcPeeringConnectionRequest 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. Look up a VPC ID using the VPC Dashboard in the AWS Management Console. Learn more about VPC peering in VPC Peering with Amazon GameLift Fleets.
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. Look up a VPC ID using the VPC Dashboard in the AWS Management Console. Learn more
about VPC peering in VPC Peering with Amazon
GameLift Fleets.public String toString()
toString
in class Object
Object.toString()
public CreateVpcPeeringConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.