Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteWorkerBlockRequest.Builder,DeleteWorkerBlockRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteWorkerBlockRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteWorkerBlockRequest.Builder,DeleteWorkerBlockRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteWorkerBlockRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeleteWorkerBlockRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
reason() |
A message that explains the reason for unblocking the Worker.
|
static Class<? extends DeleteWorkerBlockRequest.Builder> |
serializableBuilderClass() |
|
DeleteWorkerBlockRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
workerId() |
The ID of the Worker to unblock.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String workerId()
The ID of the Worker to unblock.
public String reason()
A message that explains the reason for unblocking the Worker. The Worker does not see this message.
public DeleteWorkerBlockRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteWorkerBlockRequest.Builder,DeleteWorkerBlockRequest>
public static DeleteWorkerBlockRequest.Builder builder()
public static Class<? extends DeleteWorkerBlockRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.