@Generated(value="software.amazon.awssdk:codegen") public final class CustomActionURLOperation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomActionURLOperation.Builder,CustomActionURLOperation>
The URL operation that opens a link to another webpage.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomActionURLOperation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomActionURLOperation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomActionURLOperation.Builder> |
serializableBuilderClass() |
CustomActionURLOperation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
URLTargetConfiguration |
urlTarget()
The target of the
CustomActionURLOperation. |
String |
urlTargetAsString()
The target of the
CustomActionURLOperation. |
String |
urlTemplate()
THe URL link of the
CustomActionURLOperation. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String urlTemplate()
THe URL link of the CustomActionURLOperation.
CustomActionURLOperation.public final 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.
If the service returns an enum value that is not available in the current SDK version, urlTarget will
return URLTargetConfiguration.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from urlTargetAsString().
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 final String urlTargetAsString()
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.
If the service returns an enum value that is not available in the current SDK version, urlTarget will
return URLTargetConfiguration.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from urlTargetAsString().
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomActionURLOperation.Builder,CustomActionURLOperation>public static CustomActionURLOperation.Builder builder()
public static Class<? extends CustomActionURLOperation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.