Class StandardSingleImageHighlightsModule
- java.lang.Object
-
- software.amazon.spapi.models.apluscontent.v2020_11_01.StandardSingleImageHighlightsModule
-
public class StandardSingleImageHighlightsModule extends java.lang.Object
A standard image with several paragraphs and a bulleted list.
-
-
Constructor Summary
Constructors Constructor Description StandardSingleImageHighlightsModule()
-
Method Summary
-
-
-
Method Detail
-
image
public StandardSingleImageHighlightsModule image(ImageComponent image)
-
getImage
public ImageComponent getImage()
Get image- Returns:
- image
-
setImage
public void setImage(ImageComponent image)
-
headline
public StandardSingleImageHighlightsModule headline(TextComponent headline)
-
getHeadline
public TextComponent getHeadline()
Get headline- Returns:
- headline
-
setHeadline
public void setHeadline(TextComponent headline)
-
textBlock1
public StandardSingleImageHighlightsModule textBlock1(StandardTextBlock textBlock1)
-
getTextBlock1
public StandardTextBlock getTextBlock1()
Get textBlock1- Returns:
- textBlock1
-
setTextBlock1
public void setTextBlock1(StandardTextBlock textBlock1)
-
textBlock2
public StandardSingleImageHighlightsModule textBlock2(StandardTextBlock textBlock2)
-
getTextBlock2
public StandardTextBlock getTextBlock2()
Get textBlock2- Returns:
- textBlock2
-
setTextBlock2
public void setTextBlock2(StandardTextBlock textBlock2)
-
textBlock3
public StandardSingleImageHighlightsModule textBlock3(StandardTextBlock textBlock3)
-
getTextBlock3
public StandardTextBlock getTextBlock3()
Get textBlock3- Returns:
- textBlock3
-
setTextBlock3
public void setTextBlock3(StandardTextBlock textBlock3)
-
bulletedListBlock
public StandardSingleImageHighlightsModule bulletedListBlock(StandardHeaderTextListBlock bulletedListBlock)
-
getBulletedListBlock
public StandardHeaderTextListBlock getBulletedListBlock()
Get bulletedListBlock- Returns:
- bulletedListBlock
-
setBulletedListBlock
public void setBulletedListBlock(StandardHeaderTextListBlock bulletedListBlock)
-
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
-
-