Class LayerCustomActionOperation
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.LayerCustomActionOperation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LayerCustomActionOperation.Builder,LayerCustomActionOperation>
@Generated("software.amazon.awssdk:codegen") public final class LayerCustomActionOperation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LayerCustomActionOperation.Builder,LayerCustomActionOperation>
The operation that is defined by the custom action.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLayerCustomActionOperation.Builder
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
filterOperation
public final CustomActionFilterOperation filterOperation()
Returns the value of the FilterOperation property for this object.- Returns:
- The value of the FilterOperation property for this object.
-
navigationOperation
public final CustomActionNavigationOperation navigationOperation()
Returns the value of the NavigationOperation property for this object.- Returns:
- The value of the NavigationOperation property for this object.
-
urlOperation
public final CustomActionURLOperation urlOperation()
Returns the value of the URLOperation property for this object.- Returns:
- The value of the URLOperation property for this object.
-
setParametersOperation
public final CustomActionSetParametersOperation setParametersOperation()
Returns the value of the SetParametersOperation property for this object.- Returns:
- The value of the SetParametersOperation property for this object.
-
toBuilder
public LayerCustomActionOperation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LayerCustomActionOperation.Builder,LayerCustomActionOperation>
-
builder
public static LayerCustomActionOperation.Builder builder()
-
serializableBuilderClass
public static Class<? extends LayerCustomActionOperation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-