@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum OperationFilterName extends Enum<OperationFilterName>
| Enum Constant and Description |
|---|
NAMESPACE_ID |
SERVICE_ID |
STATUS |
TYPE |
UPDATE_DATE |
| Modifier and Type | Method and Description |
|---|---|
static OperationFilterName |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static OperationFilterName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationFilterName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationFilterName NAMESPACE_ID
public static final OperationFilterName SERVICE_ID
public static final OperationFilterName STATUS
public static final OperationFilterName TYPE
public static final OperationFilterName UPDATE_DATE
public static OperationFilterName[] values()
for (OperationFilterName c : OperationFilterName.values()) System.out.println(c);
public static OperationFilterName valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<OperationFilterName>public static OperationFilterName fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.Copyright © 2024. All rights reserved.