@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OverrideButtonConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Override button configuration.
| Constructor and Description |
|---|
OverrideButtonConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
OverrideButtonConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getButtonAction()
Action triggered by the button.
|
String |
getLink()
Button destination.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setButtonAction(String buttonAction)
Action triggered by the button.
|
void |
setLink(String link)
Button destination.
|
String |
toString()
Returns a string representation of this object.
|
OverrideButtonConfiguration |
withButtonAction(ButtonAction buttonAction)
Action triggered by the button.
|
OverrideButtonConfiguration |
withButtonAction(String buttonAction)
Action triggered by the button.
|
OverrideButtonConfiguration |
withLink(String link)
Button destination.
|
public void setButtonAction(String buttonAction)
Action triggered by the button.
buttonAction - Action triggered by the button.ButtonActionpublic String getButtonAction()
Action triggered by the button.
ButtonActionpublic OverrideButtonConfiguration withButtonAction(String buttonAction)
Action triggered by the button.
buttonAction - Action triggered by the button.ButtonActionpublic OverrideButtonConfiguration withButtonAction(ButtonAction buttonAction)
Action triggered by the button.
buttonAction - Action triggered by the button.ButtonActionpublic void setLink(String link)
Button destination.
link - Button destination.public String getLink()
Button destination.
public OverrideButtonConfiguration withLink(String link)
Button destination.
link - Button destination.public String toString()
toString in class ObjectObject.toString()public OverrideButtonConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.