@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() |
boolean |
equals(Object obj) |
String |
getFleetId()
A unique identifier for a fleet.
|
String |
getVpcPeeringConnectionId()
A unique identifier for a VPC peering connection.
|
int |
hashCode() |
void |
setFleetId(String fleetId)
A unique identifier for a fleet.
|
void |
setVpcPeeringConnectionId(String vpcPeeringConnectionId)
A unique identifier for a VPC peering connection.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVpcPeeringConnectionRequest |
withFleetId(String fleetId)
A unique identifier for a fleet.
|
DeleteVpcPeeringConnectionRequest |
withVpcPeeringConnectionId(String vpcPeeringConnectionId)
A unique identifier for a VPC peering connection.
|
addHandlerContext, copyBaseTo, 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)
A unique identifier for a fleet. This fleet specified must match the fleet referenced in the VPC peering connection record. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for a fleet. This fleet specified must match the fleet referenced in the VPC peering
connection record. You can use either the fleet ID or ARN value.public String getFleetId()
A unique identifier for a fleet. This fleet specified must match the fleet referenced in the VPC peering connection record. You can use either the fleet ID or ARN value.
public DeleteVpcPeeringConnectionRequest withFleetId(String fleetId)
A unique identifier for a fleet. This fleet specified must match the fleet referenced in the VPC peering connection record. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for a fleet. This fleet specified must match the fleet referenced in the VPC peering
connection record. You can use either the fleet ID or ARN value.public void setVpcPeeringConnectionId(String vpcPeeringConnectionId)
A unique identifier for a VPC peering connection. This value is included in the VpcPeeringConnection object, which can be retrieved by calling DescribeVpcPeeringConnections.
vpcPeeringConnectionId - A 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()
A 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)
A unique identifier for a VPC peering connection. This value is included in the VpcPeeringConnection object, which can be retrieved by calling DescribeVpcPeeringConnections.
vpcPeeringConnectionId - A 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()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.