StructuredPojo
, ToCopyableBuilder<NotifyWorkersFailureStatus.Builder,NotifyWorkersFailureStatus>
@Generated("software.amazon.awssdk:codegen") public class NotifyWorkersFailureStatus extends Object implements StructuredPojo, ToCopyableBuilder<NotifyWorkersFailureStatus.Builder,NotifyWorkersFailureStatus>
When MTurk encounters an issue with notifying the Workers you specified, it returns back this object with failure details.
Modifier and Type | Class | Description |
---|---|---|
static interface |
NotifyWorkersFailureStatus.Builder |
Modifier and Type | Method | Description |
---|---|---|
static NotifyWorkersFailureStatus.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
notifyWorkersFailureCode() |
Encoded value for the failure type.
|
String |
notifyWorkersFailureMessage() |
A message detailing the reason the Worker could not be notified.
|
static Class<? extends NotifyWorkersFailureStatus.Builder> |
serializableBuilderClass() |
|
NotifyWorkersFailureStatus.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.
|
public String notifyWorkersFailureCode()
Encoded value for the failure type.
NotifyWorkersFailureCode
public String notifyWorkersFailureMessage()
A message detailing the reason the Worker could not be notified.
public String workerId()
The ID of the Worker.
public NotifyWorkersFailureStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<NotifyWorkersFailureStatus.Builder,NotifyWorkersFailureStatus>
public static NotifyWorkersFailureStatus.Builder builder()
public static Class<? extends NotifyWorkersFailureStatus.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.