@Generated(value="software.amazon.awssdk:codegen") public final class ActionTarget extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActionTarget.Builder,ActionTarget>
An ActionTarget object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActionTarget.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
actionTargetArn()
The ARN for the target action.
|
static ActionTarget.Builder |
builder() |
String |
description()
The description of the target action.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the action target.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActionTarget.Builder> |
serializableBuilderClass() |
ActionTarget.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String actionTargetArn()
The ARN for the target action.
public final String name()
The name of the action target.
public final String description()
The description of the target action.
public ActionTarget.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActionTarget.Builder,ActionTarget>public static ActionTarget.Builder builder()
public static Class<? extends ActionTarget.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.