StructuredPojo
, ToCopyableBuilder<DocumentServiceWarning.Builder,DocumentServiceWarning>
@Generated("software.amazon.awssdk:codegen") public class DocumentServiceWarning extends Object implements StructuredPojo, ToCopyableBuilder<DocumentServiceWarning.Builder,DocumentServiceWarning>
A warning returned by the document service when an issue is discovered while processing an upload request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DocumentServiceWarning.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DocumentServiceWarning.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
message() |
The description for a warning returned by the document service.
|
static Class<? extends DocumentServiceWarning.Builder> |
serializableBuilderClass() |
|
DocumentServiceWarning.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String message()
The description for a warning returned by the document service.
public DocumentServiceWarning.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DocumentServiceWarning.Builder,DocumentServiceWarning>
public static DocumentServiceWarning.Builder builder()
public static Class<? extends DocumentServiceWarning.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.