@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVpcPeeringConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for a request action.
NOOP| Constructor and Description |
|---|
DeleteVpcPeeringConnectionRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteVpcPeeringConnectionRequest |
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 |
getVpcPeeringConnectionId()
Unique identifier for a VPC peering connection.
|
int |
hashCode() |
void |
setFleetId(String fleetId)
Unique identifier for a fleet.
|
void |
setVpcPeeringConnectionId(String vpcPeeringConnectionId)
Unique identifier for a VPC peering connection.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteVpcPeeringConnectionRequest |
withFleetId(String fleetId)
Unique identifier for a fleet.
|
DeleteVpcPeeringConnectionRequest |
withVpcPeeringConnectionId(String vpcPeeringConnectionId)
Unique identifier for a VPC peering connection.
|
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, withSdkRequestTimeoutpublic void setFleetId(String fleetId)
Unique identifier for a fleet. This value must match the fleet ID referenced in the VPC peering connection record.
fleetId - Unique identifier for a fleet. This value must match the fleet ID referenced in the VPC peering connection
record.public String getFleetId()
Unique identifier for a fleet. This value must match the fleet ID referenced in the VPC peering connection record.
public DeleteVpcPeeringConnectionRequest withFleetId(String fleetId)
Unique identifier for a fleet. This value must match the fleet ID referenced in the VPC peering connection record.
fleetId - Unique identifier for a fleet. This value must match the fleet ID referenced in the VPC peering connection
record.public void setVpcPeeringConnectionId(String vpcPeeringConnectionId)
Unique identifier for a VPC peering connection. This value is included in the VpcPeeringConnection object, which can be retrieved by calling DescribeVpcPeeringConnections.
vpcPeeringConnectionId - Unique identifier for a VPC peering connection. This value is included in the VpcPeeringConnection
object, which can be retrieved by calling DescribeVpcPeeringConnections.public String getVpcPeeringConnectionId()
Unique identifier for a VPC peering connection. This value is included in the VpcPeeringConnection object, which can be retrieved by calling DescribeVpcPeeringConnections.
public DeleteVpcPeeringConnectionRequest withVpcPeeringConnectionId(String vpcPeeringConnectionId)
Unique identifier for a VPC peering connection. This value is included in the VpcPeeringConnection object, which can be retrieved by calling DescribeVpcPeeringConnections.
vpcPeeringConnectionId - Unique identifier for a VPC peering connection. This value is included in the VpcPeeringConnection
object, which can be retrieved by calling DescribeVpcPeeringConnections.public String toString()
toString in class ObjectObject.toString()public DeleteVpcPeeringConnectionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.