@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomActionURLOperation extends Object implements Serializable, Cloneable, StructuredPojo
The URL operation that opens a link to another webpage.
| Constructor and Description |
|---|
CustomActionURLOperation() |
| Modifier and Type | Method and Description |
|---|---|
CustomActionURLOperation |
clone() |
boolean |
equals(Object obj) |
String |
getURLTarget()
The target of the
CustomActionURLOperation. |
String |
getURLTemplate()
THe URL link of the
CustomActionURLOperation. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setURLTarget(String uRLTarget)
The target of the
CustomActionURLOperation. |
void |
setURLTemplate(String uRLTemplate)
THe URL link of the
CustomActionURLOperation. |
String |
toString()
Returns a string representation of this object.
|
CustomActionURLOperation |
withURLTarget(String uRLTarget)
The target of the
CustomActionURLOperation. |
CustomActionURLOperation |
withURLTarget(URLTargetConfiguration uRLTarget)
The target of the
CustomActionURLOperation. |
CustomActionURLOperation |
withURLTemplate(String uRLTemplate)
THe URL link of the
CustomActionURLOperation. |
public void setURLTemplate(String uRLTemplate)
THe URL link of the CustomActionURLOperation.
uRLTemplate - THe URL link of the CustomActionURLOperation.public String getURLTemplate()
THe URL link of the CustomActionURLOperation.
CustomActionURLOperation.public CustomActionURLOperation withURLTemplate(String uRLTemplate)
THe URL link of the CustomActionURLOperation.
uRLTemplate - THe URL link of the CustomActionURLOperation.public void setURLTarget(String uRLTarget)
The target of the CustomActionURLOperation.
Valid values are defined as follows:
NEW_TAB: Opens the target URL in a new browser tab.
NEW_WINDOW: Opens the target URL in a new browser window.
SAME_TAB: Opens the target URL in the same browser tab.
uRLTarget - The target of the CustomActionURLOperation.
Valid values are defined as follows:
NEW_TAB: Opens the target URL in a new browser tab.
NEW_WINDOW: Opens the target URL in a new browser window.
SAME_TAB: Opens the target URL in the same browser tab.
URLTargetConfigurationpublic String getURLTarget()
The target of the CustomActionURLOperation.
Valid values are defined as follows:
NEW_TAB: Opens the target URL in a new browser tab.
NEW_WINDOW: Opens the target URL in a new browser window.
SAME_TAB: Opens the target URL in the same browser tab.
CustomActionURLOperation.
Valid values are defined as follows:
NEW_TAB: Opens the target URL in a new browser tab.
NEW_WINDOW: Opens the target URL in a new browser window.
SAME_TAB: Opens the target URL in the same browser tab.
URLTargetConfigurationpublic CustomActionURLOperation withURLTarget(String uRLTarget)
The target of the CustomActionURLOperation.
Valid values are defined as follows:
NEW_TAB: Opens the target URL in a new browser tab.
NEW_WINDOW: Opens the target URL in a new browser window.
SAME_TAB: Opens the target URL in the same browser tab.
uRLTarget - The target of the CustomActionURLOperation.
Valid values are defined as follows:
NEW_TAB: Opens the target URL in a new browser tab.
NEW_WINDOW: Opens the target URL in a new browser window.
SAME_TAB: Opens the target URL in the same browser tab.
URLTargetConfigurationpublic CustomActionURLOperation withURLTarget(URLTargetConfiguration uRLTarget)
The target of the CustomActionURLOperation.
Valid values are defined as follows:
NEW_TAB: Opens the target URL in a new browser tab.
NEW_WINDOW: Opens the target URL in a new browser window.
SAME_TAB: Opens the target URL in the same browser tab.
uRLTarget - The target of the CustomActionURLOperation.
Valid values are defined as follows:
NEW_TAB: Opens the target URL in a new browser tab.
NEW_WINDOW: Opens the target URL in a new browser window.
SAME_TAB: Opens the target URL in the same browser tab.
URLTargetConfigurationpublic String toString()
toString in class ObjectObject.toString()public CustomActionURLOperation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.