@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServiceLinkedRoleDeletionStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetServiceLinkedRoleDeletionStatusRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetServiceLinkedRoleDeletionStatusRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDeletionTaskId()
 The deletion task identifier. | 
| int | hashCode() | 
| void | setDeletionTaskId(String deletionTaskId)
 The deletion task identifier. | 
| String | toString()Returns a string representation of this object. | 
| GetServiceLinkedRoleDeletionStatusRequest | withDeletionTaskId(String deletionTaskId)
 The deletion task identifier. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic GetServiceLinkedRoleDeletionStatusRequest()
public void setDeletionTaskId(String deletionTaskId)
 The deletion task identifier. This identifier is returned by the DeleteServiceLinkedRole operation in the
 format task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>.
 
deletionTaskId - The deletion task identifier. This identifier is returned by the DeleteServiceLinkedRole operation
        in the format
        task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>.public String getDeletionTaskId()
 The deletion task identifier. This identifier is returned by the DeleteServiceLinkedRole operation 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 GetServiceLinkedRoleDeletionStatusRequest withDeletionTaskId(String deletionTaskId)
 The deletion task identifier. This identifier is returned by the DeleteServiceLinkedRole operation in the
 format task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>.
 
deletionTaskId - The deletion task identifier. This identifier is returned by the DeleteServiceLinkedRole operation
        in the format
        task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>.public String toString()
toString in class ObjectObject.toString()public GetServiceLinkedRoleDeletionStatusRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()