Class ParagraphComponent
- java.lang.Object
-
- software.amazon.spapi.models.apluscontent.v2020_11_01.ParagraphComponent
-
public class ParagraphComponent extends java.lang.Object
A list of rich text content that is typically presented in a text box.
-
-
Constructor Summary
Constructors Constructor Description ParagraphComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParagraphComponent
addTextListItem(TextComponent textListItem)
boolean
equals(java.lang.Object o)
java.util.List<TextComponent>
getTextList()
Get textListint
hashCode()
void
setTextList(java.util.List<TextComponent> textList)
ParagraphComponent
textList(java.util.List<TextComponent> textList)
java.lang.String
toString()
-
-
-
Method Detail
-
textList
public ParagraphComponent textList(java.util.List<TextComponent> textList)
-
addTextListItem
public ParagraphComponent addTextListItem(TextComponent textListItem)
-
getTextList
public java.util.List<TextComponent> getTextList()
Get textList- Returns:
- textList
-
setTextList
public void setTextList(java.util.List<TextComponent> textList)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-