@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteWorkerBlockRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteWorkerBlockRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteWorkerBlockRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getReason()
A message that explains the reason for unblocking the Worker.
|
String |
getWorkerId()
The ID of the Worker to unblock.
|
int |
hashCode() |
void |
setReason(String reason)
A message that explains the reason for unblocking the Worker.
|
void |
setWorkerId(String workerId)
The ID of the Worker to unblock.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteWorkerBlockRequest |
withReason(String reason)
A message that explains the reason for unblocking the Worker.
|
DeleteWorkerBlockRequest |
withWorkerId(String workerId)
The ID of the Worker to unblock.
|
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, withSdkRequestTimeout
public void setWorkerId(String workerId)
The ID of the Worker to unblock.
workerId
- The ID of the Worker to unblock.public String getWorkerId()
The ID of the Worker to unblock.
public DeleteWorkerBlockRequest withWorkerId(String workerId)
The ID of the Worker to unblock.
workerId
- The ID of the Worker to unblock.public void setReason(String reason)
A message that explains the reason for unblocking the Worker. The Worker does not see this message.
reason
- A message that explains the reason for unblocking the Worker. The Worker does not see this message.public String getReason()
A message that explains the reason for unblocking the Worker. The Worker does not see this message.
public DeleteWorkerBlockRequest withReason(String reason)
A message that explains the reason for unblocking the Worker. The Worker does not see this message.
reason
- A message that explains the reason for unblocking the Worker. The Worker does not see this message.public String toString()
toString
in class Object
Object.toString()
public DeleteWorkerBlockRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.