@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DocumentServiceWarning extends Object implements Serializable, Cloneable, StructuredPojo
A warning returned by the document service when an issue is discovered while processing an upload request.
Constructor and Description |
---|
DocumentServiceWarning() |
Modifier and Type | Method and Description |
---|---|
DocumentServiceWarning |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
The description for a warning returned by the document service.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMessage(String message)
The description for a warning returned by the document service.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DocumentServiceWarning |
withMessage(String message)
The description for a warning returned by the document service.
|
public void setMessage(String message)
The description for a warning returned by the document service.
message
- The description for a warning returned by the document service.public String getMessage()
The description for a warning returned by the document service.
public DocumentServiceWarning withMessage(String message)
The description for a warning returned by the document service.
message
- The description for a warning returned by the document service.public String toString()
toString
in class Object
Object.toString()
public DocumentServiceWarning clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.