@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVPCConnectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteVPCConnectionResult() |
Modifier and Type | Method and Description |
---|---|
DeleteVPCConnectionResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the deleted VPC connection.
|
String |
getAvailabilityStatus()
The availability status of the VPC connection.
|
String |
getDeletionStatus()
The deletion status of the VPC connection.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
String |
getVPCConnectionId()
The ID of the VPC connection that you're creating.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the deleted VPC connection.
|
void |
setAvailabilityStatus(String availabilityStatus)
The availability status of the VPC connection.
|
void |
setDeletionStatus(String deletionStatus)
The deletion status of the VPC connection.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
void |
setVPCConnectionId(String vPCConnectionId)
The ID of the VPC connection that you're creating.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVPCConnectionResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the deleted VPC connection.
|
DeleteVPCConnectionResult |
withAvailabilityStatus(String availabilityStatus)
The availability status of the VPC connection.
|
DeleteVPCConnectionResult |
withAvailabilityStatus(VPCConnectionAvailabilityStatus availabilityStatus)
The availability status of the VPC connection.
|
DeleteVPCConnectionResult |
withDeletionStatus(String deletionStatus)
The deletion status of the VPC connection.
|
DeleteVPCConnectionResult |
withDeletionStatus(VPCConnectionResourceStatus deletionStatus)
The deletion status of the VPC connection.
|
DeleteVPCConnectionResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DeleteVPCConnectionResult |
withStatus(Integer status)
The HTTP status of the request.
|
DeleteVPCConnectionResult |
withVPCConnectionId(String vPCConnectionId)
The ID of the VPC connection that you're creating.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the deleted VPC connection.
arn
- The Amazon Resource Name (ARN) of the deleted VPC connection.public String getArn()
The Amazon Resource Name (ARN) of the deleted VPC connection.
public DeleteVPCConnectionResult withArn(String arn)
The Amazon Resource Name (ARN) of the deleted VPC connection.
arn
- The Amazon Resource Name (ARN) of the deleted VPC connection.public void setVPCConnectionId(String vPCConnectionId)
The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
vPCConnectionId
- The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web
Services Region in an Amazon Web Services account.public String getVPCConnectionId()
The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
public DeleteVPCConnectionResult withVPCConnectionId(String vPCConnectionId)
The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
vPCConnectionId
- The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web
Services Region in an Amazon Web Services account.public void setDeletionStatus(String deletionStatus)
The deletion status of the VPC connection.
deletionStatus
- The deletion status of the VPC connection.VPCConnectionResourceStatus
public String getDeletionStatus()
The deletion status of the VPC connection.
VPCConnectionResourceStatus
public DeleteVPCConnectionResult withDeletionStatus(String deletionStatus)
The deletion status of the VPC connection.
deletionStatus
- The deletion status of the VPC connection.VPCConnectionResourceStatus
public DeleteVPCConnectionResult withDeletionStatus(VPCConnectionResourceStatus deletionStatus)
The deletion status of the VPC connection.
deletionStatus
- The deletion status of the VPC connection.VPCConnectionResourceStatus
public void setAvailabilityStatus(String availabilityStatus)
The availability status of the VPC connection.
availabilityStatus
- The availability status of the VPC connection.VPCConnectionAvailabilityStatus
public String getAvailabilityStatus()
The availability status of the VPC connection.
VPCConnectionAvailabilityStatus
public DeleteVPCConnectionResult withAvailabilityStatus(String availabilityStatus)
The availability status of the VPC connection.
availabilityStatus
- The availability status of the VPC connection.VPCConnectionAvailabilityStatus
public DeleteVPCConnectionResult withAvailabilityStatus(VPCConnectionAvailabilityStatus availabilityStatus)
The availability status of the VPC connection.
availabilityStatus
- The availability status of the VPC connection.VPCConnectionAvailabilityStatus
public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public DeleteVPCConnectionResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public DeleteVPCConnectionResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public String toString()
toString
in class Object
Object.toString()
public DeleteVPCConnectionResult clone()