@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServiceLinkedRoleDeletionStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetServiceLinkedRoleDeletionStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
GetServiceLinkedRoleDeletionStatusResult |
clone() |
boolean |
equals(Object obj) |
DeletionTaskFailureReasonType |
getReason()
An object that contains details about the reason the deletion failed.
|
String |
getStatus()
The status of the deletion.
|
int |
hashCode() |
void |
setReason(DeletionTaskFailureReasonType reason)
An object that contains details about the reason the deletion failed.
|
void |
setStatus(String status)
The status of the deletion.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetServiceLinkedRoleDeletionStatusResult |
withReason(DeletionTaskFailureReasonType reason)
An object that contains details about the reason the deletion failed.
|
GetServiceLinkedRoleDeletionStatusResult |
withStatus(DeletionTaskStatusType status)
The status of the deletion.
|
GetServiceLinkedRoleDeletionStatusResult |
withStatus(String status)
The status of the deletion.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetServiceLinkedRoleDeletionStatusResult()
public void setStatus(String status)
The status of the deletion.
status - The status of the deletion.DeletionTaskStatusTypepublic String getStatus()
The status of the deletion.
DeletionTaskStatusTypepublic GetServiceLinkedRoleDeletionStatusResult withStatus(String status)
The status of the deletion.
status - The status of the deletion.DeletionTaskStatusTypepublic GetServiceLinkedRoleDeletionStatusResult withStatus(DeletionTaskStatusType status)
The status of the deletion.
status - The status of the deletion.DeletionTaskStatusTypepublic void setReason(DeletionTaskFailureReasonType reason)
An object that contains details about the reason the deletion failed.
reason - An object that contains details about the reason the deletion failed.public DeletionTaskFailureReasonType getReason()
An object that contains details about the reason the deletion failed.
public GetServiceLinkedRoleDeletionStatusResult withReason(DeletionTaskFailureReasonType reason)
An object that contains details about the reason the deletion failed.
reason - An object that contains details about the reason the deletion failed.public String toString()
toString in class ObjectObject.toString()public GetServiceLinkedRoleDeletionStatusResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.