@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVpcPeeringConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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()
A unique identifier for the fleet.
|
String |
getVpcPeeringConnectionId()
A unique identifier for a VPC peering connection.
|
int |
hashCode() |
void |
setFleetId(String fleetId)
A unique identifier for the 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 the fleet.
|
DeleteVpcPeeringConnectionRequest |
withVpcPeeringConnectionId(String vpcPeeringConnectionId)
A 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, withSdkRequestTimeout
public void setFleetId(String fleetId)
A unique identifier for the 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 the 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 the 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 the 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 the 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.
vpcPeeringConnectionId
- A unique identifier for a VPC peering connection.public String getVpcPeeringConnectionId()
A unique identifier for a VPC peering connection.
public DeleteVpcPeeringConnectionRequest withVpcPeeringConnectionId(String vpcPeeringConnectionId)
A unique identifier for a VPC peering connection.
vpcPeeringConnectionId
- A unique identifier for a VPC peering connection.public String toString()
toString
in class Object
Object.toString()
public DeleteVpcPeeringConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()