@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InAppMessageButton extends Object implements Serializable, Cloneable, StructuredPojo
Button Config for an in-app message.
| Constructor and Description |
|---|
InAppMessageButton() |
public void setAndroid(OverrideButtonConfiguration android)
Default button content.
android - Default button content.public OverrideButtonConfiguration getAndroid()
Default button content.
public InAppMessageButton withAndroid(OverrideButtonConfiguration android)
Default button content.
android - Default button content.public void setDefaultConfig(DefaultButtonConfiguration defaultConfig)
Default button content.
defaultConfig - Default button content.public DefaultButtonConfiguration getDefaultConfig()
Default button content.
public InAppMessageButton withDefaultConfig(DefaultButtonConfiguration defaultConfig)
Default button content.
defaultConfig - Default button content.public void setIOS(OverrideButtonConfiguration iOS)
Default button content.
iOS - Default button content.public OverrideButtonConfiguration getIOS()
Default button content.
public InAppMessageButton withIOS(OverrideButtonConfiguration iOS)
Default button content.
iOS - Default button content.public void setWeb(OverrideButtonConfiguration web)
Default button content.
web - Default button content.public OverrideButtonConfiguration getWeb()
Default button content.
public InAppMessageButton withWeb(OverrideButtonConfiguration web)
Default button content.
web - Default button content.public String toString()
toString in class ObjectObject.toString()public InAppMessageButton clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.