@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QuickResponseContentProvider extends Object implements Serializable, Cloneable, StructuredPojo
The container quick response content.
Constructor and Description |
---|
QuickResponseContentProvider() |
Modifier and Type | Method and Description |
---|---|
QuickResponseContentProvider |
clone() |
boolean |
equals(Object obj) |
String |
getContent()
The content of the quick response.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setContent(String content)
The content of the quick response.
|
String |
toString()
Returns a string representation of this object.
|
QuickResponseContentProvider |
withContent(String content)
The content of the quick response.
|
public void setContent(String content)
The content of the quick response.
content
- The content of the quick response.public String getContent()
The content of the quick response.
public QuickResponseContentProvider withContent(String content)
The content of the quick response.
content
- The content of the quick response.public String toString()
toString
in class Object
Object.toString()
public QuickResponseContentProvider clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.