@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteServiceNetworkVpcAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteServiceNetworkVpcAssociationResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteServiceNetworkVpcAssociationResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the association.
|
String |
getId()
The ID of the association.
|
String |
getStatus()
The status.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the association.
|
void |
setId(String id)
The ID of the association.
|
void |
setStatus(String status)
The status.
|
String |
toString()
Returns a string representation of this object.
|
DeleteServiceNetworkVpcAssociationResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the association.
|
DeleteServiceNetworkVpcAssociationResult |
withId(String id)
The ID of the association.
|
DeleteServiceNetworkVpcAssociationResult |
withStatus(ServiceNetworkVpcAssociationStatus status)
The status.
|
DeleteServiceNetworkVpcAssociationResult |
withStatus(String status)
The status.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DeleteServiceNetworkVpcAssociationResult()
public void setArn(String arn)
The Amazon Resource Name (ARN) of the association.
arn - The Amazon Resource Name (ARN) of the association.public String getArn()
The Amazon Resource Name (ARN) of the association.
public DeleteServiceNetworkVpcAssociationResult withArn(String arn)
The Amazon Resource Name (ARN) of the association.
arn - The Amazon Resource Name (ARN) of the association.public void setId(String id)
The ID of the association.
id - The ID of the association.public String getId()
The ID of the association.
public DeleteServiceNetworkVpcAssociationResult withId(String id)
The ID of the association.
id - The ID of the association.public void setStatus(String status)
The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it
while the status is DELETE_IN_PROGRESS, there is no change in the status.
status - The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry
it while the status is DELETE_IN_PROGRESS, there is no change in the status.ServiceNetworkVpcAssociationStatuspublic String getStatus()
The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it
while the status is DELETE_IN_PROGRESS, there is no change in the status.
DELETE_FAILED. However, if you
retry it while the status is DELETE_IN_PROGRESS, there is no change in the status.ServiceNetworkVpcAssociationStatuspublic DeleteServiceNetworkVpcAssociationResult withStatus(String status)
The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it
while the status is DELETE_IN_PROGRESS, there is no change in the status.
status - The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry
it while the status is DELETE_IN_PROGRESS, there is no change in the status.ServiceNetworkVpcAssociationStatuspublic DeleteServiceNetworkVpcAssociationResult withStatus(ServiceNetworkVpcAssociationStatus status)
The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it
while the status is DELETE_IN_PROGRESS, there is no change in the status.
status - The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry
it while the status is DELETE_IN_PROGRESS, there is no change in the status.ServiceNetworkVpcAssociationStatuspublic String toString()
toString in class ObjectObject.toString()public DeleteServiceNetworkVpcAssociationResult clone()