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