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