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