Cloneable
, ReadLimitInfo
, ToCopyableBuilder<NotifyWorkersRequest.Builder,NotifyWorkersRequest>
@Generated("software.amazon.awssdk:codegen") public class NotifyWorkersRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<NotifyWorkersRequest.Builder,NotifyWorkersRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
NotifyWorkersRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static NotifyWorkersRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
messageText() |
The text of the email message to send.
|
static Class<? extends NotifyWorkersRequest.Builder> |
serializableBuilderClass() |
|
String |
subject() |
The subject line of the email message to send.
|
NotifyWorkersRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<String> |
workerIds() |
A list of Worker IDs you wish to notify.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String subject()
The subject line of the email message to send. Can include up to 200 characters.
public String messageText()
The text of the email message to send. Can include up to 4,096 characters
public List<String> workerIds()
A list of Worker IDs you wish to notify. You can notify upto 100 Workers at a time.
public NotifyWorkersRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<NotifyWorkersRequest.Builder,NotifyWorkersRequest>
public static NotifyWorkersRequest.Builder builder()
public static Class<? extends NotifyWorkersRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.