@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; useful for testing and debugging.
|
DeleteServiceLinkedRoleResult |
withDeletionTaskId(String deletionTaskId)
The deletion task identifier that you can use to check the status of the deletion.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public DeleteServiceLinkedRoleResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.