@Generated(value="software.amazon.awssdk:codegen") public class Action extends Object implements ToCopyableBuilder<Action.Builder,Action>
Information about an action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Action.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Action.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends Action.Builder> |
serializableBuilderClass() |
String |
targetGroupArn()
The Amazon Resource Name (ARN) of the target group.
|
Action.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
ActionTypeEnum |
type()
The type of action.
|
String |
typeAsString()
The type of action.
|
copypublic ActionTypeEnum type()
The type of action.
If the service returns an enum value that is not available in the current SDK version, type will return
ActionTypeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ActionTypeEnumpublic String typeAsString()
The type of action.
If the service returns an enum value that is not available in the current SDK version, type will return
ActionTypeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ActionTypeEnumpublic String targetGroupArn()
The Amazon Resource Name (ARN) of the target group.
public Action.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Action.Builder,Action>public static Action.Builder builder()
public static Class<? extends Action.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.