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