@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.ButtonAction
public String getButtonAction()
Action triggered by the button.
ButtonAction
public OverrideButtonConfiguration withButtonAction(String buttonAction)
Action triggered by the button.
buttonAction
- Action triggered by the button.ButtonAction
public OverrideButtonConfiguration withButtonAction(ButtonAction buttonAction)
Action triggered by the button.
buttonAction
- Action triggered by the button.ButtonAction
public 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 Object
Object.toString()
public OverrideButtonConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.