@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ListServiceInstancesSortBy extends Enum<ListServiceInstancesSortBy>
Enum Constant and Description |
---|
CreatedAt |
DeploymentStatus |
EnvironmentName |
LastDeploymentAttemptedAt |
Name |
ServiceName |
TemplateName |
Modifier and Type | Method and Description |
---|---|
static ListServiceInstancesSortBy |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ListServiceInstancesSortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListServiceInstancesSortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListServiceInstancesSortBy Name
public static final ListServiceInstancesSortBy DeploymentStatus
public static final ListServiceInstancesSortBy TemplateName
public static final ListServiceInstancesSortBy ServiceName
public static final ListServiceInstancesSortBy EnvironmentName
public static final ListServiceInstancesSortBy LastDeploymentAttemptedAt
public static final ListServiceInstancesSortBy CreatedAt
public static ListServiceInstancesSortBy[] values()
for (ListServiceInstancesSortBy c : ListServiceInstancesSortBy.values()) System.out.println(c);
public static ListServiceInstancesSortBy 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<ListServiceInstancesSortBy>
public static ListServiceInstancesSortBy fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.