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