@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteServiceLinkedRoleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DeleteServiceLinkedRoleResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteServiceLinkedRoleResult | clone() | 
| boolean | equals(Object obj) | 
| String | getDeletionTaskId()
 The deletion task identifier that you can use to check the status of the deletion. | 
| int | hashCode() | 
| void | setDeletionTaskId(String deletionTaskId)
 The deletion task identifier that you can use to check the status of the deletion. | 
| String | toString()Returns a string representation of this object. | 
| DeleteServiceLinkedRoleResult | withDeletionTaskId(String deletionTaskId)
 The deletion task identifier that you can use to check the status of the deletion. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDeletionTaskId(String deletionTaskId)
 The deletion task identifier that you can use to check the status of the deletion. This identifier is returned in
 the format task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>.
 
deletionTaskId - The deletion task identifier that you can use to check the status of the deletion. This identifier is
        returned in the format
        task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>.public String getDeletionTaskId()
 The deletion task identifier that you can use to check the status of the deletion. This identifier is returned in
 the format task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>.
 
task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>.public DeleteServiceLinkedRoleResult withDeletionTaskId(String deletionTaskId)
 The deletion task identifier that you can use to check the status of the deletion. This identifier is returned in
 the format task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>.
 
deletionTaskId - The deletion task identifier that you can use to check the status of the deletion. This identifier is
        returned in the format
        task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>.public String toString()
toString in class ObjectObject.toString()public DeleteServiceLinkedRoleResult clone()