@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteServiceNetworkServiceAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteServiceNetworkServiceAssociationResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteServiceNetworkServiceAssociationResult |
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.
|
DeleteServiceNetworkServiceAssociationResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the association.
|
DeleteServiceNetworkServiceAssociationResult |
withId(String id)
The ID of the association.
|
DeleteServiceNetworkServiceAssociationResult |
withStatus(ServiceNetworkServiceAssociationStatus status)
The status.
|
DeleteServiceNetworkServiceAssociationResult |
withStatus(String status)
The status.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DeleteServiceNetworkServiceAssociationResult()
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 DeleteServiceNetworkServiceAssociationResult 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 DeleteServiceNetworkServiceAssociationResult 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
when 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 when the status is DELETE_IN_PROGRESS, there is no change in the status.ServiceNetworkServiceAssociationStatuspublic String getStatus()
The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it
when the status is DELETE_IN_PROGRESS, there is no change in the status.
DELETE_FAILED. However, if you
retry it when the status is DELETE_IN_PROGRESS, there is no change in the status.ServiceNetworkServiceAssociationStatuspublic DeleteServiceNetworkServiceAssociationResult withStatus(String status)
The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it
when 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 when the status is DELETE_IN_PROGRESS, there is no change in the status.ServiceNetworkServiceAssociationStatuspublic DeleteServiceNetworkServiceAssociationResult withStatus(ServiceNetworkServiceAssociationStatus status)
The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it
when 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 when the status is DELETE_IN_PROGRESS, there is no change in the status.ServiceNetworkServiceAssociationStatuspublic String toString()
toString in class ObjectObject.toString()public DeleteServiceNetworkServiceAssociationResult clone()