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