public static enum DataFlowTaskForDescribeDataFlowTasksOutput.ExportSymlinkPolicyEnum extends Enum<DataFlowTaskForDescribeDataFlowTasksOutput.ExportSymlinkPolicyEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
DataFlowTaskForDescribeDataFlowTasksOutput.ExportSymlinkPolicyEnum.Adapter |
| Enum Constant and Description |
|---|
NORMALFILE |
SKIP |
| Modifier and Type | Method and Description |
|---|---|
static DataFlowTaskForDescribeDataFlowTasksOutput.ExportSymlinkPolicyEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static DataFlowTaskForDescribeDataFlowTasksOutput.ExportSymlinkPolicyEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataFlowTaskForDescribeDataFlowTasksOutput.ExportSymlinkPolicyEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="Skip") public static final DataFlowTaskForDescribeDataFlowTasksOutput.ExportSymlinkPolicyEnum SKIP
@SerializedName(value="NormalFile") public static final DataFlowTaskForDescribeDataFlowTasksOutput.ExportSymlinkPolicyEnum NORMALFILE
public static DataFlowTaskForDescribeDataFlowTasksOutput.ExportSymlinkPolicyEnum[] values()
for (DataFlowTaskForDescribeDataFlowTasksOutput.ExportSymlinkPolicyEnum c : DataFlowTaskForDescribeDataFlowTasksOutput.ExportSymlinkPolicyEnum.values()) System.out.println(c);
public static DataFlowTaskForDescribeDataFlowTasksOutput.ExportSymlinkPolicyEnum 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 getValue()
public String toString()
toString in class Enum<DataFlowTaskForDescribeDataFlowTasksOutput.ExportSymlinkPolicyEnum>public static DataFlowTaskForDescribeDataFlowTasksOutput.ExportSymlinkPolicyEnum fromValue(String input)
Copyright © 2026. All rights reserved.