@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) |
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.
URLTargetConfiguration
public 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.
URLTargetConfiguration
public 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.
URLTargetConfiguration
public 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.
URLTargetConfiguration
public String toString()
toString
in class Object
Object.toString()
public CustomActionURLOperation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.