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