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