@Generated(value="software.amazon.awssdk:codegen") public enum Transferable extends Enum<Transferable>
Whether the domain name can be transferred to Amazon Route 53.
You can transfer only domains that have a value of TRANSFERABLE
for Transferable
.
Valid values:
The domain name can be transferred to Amazon Route 53.
The domain name can't be transferred to Amazon Route 53.
Reserved for future use.
Enum Constant and Description |
---|
DONT_KNOW |
TRANSFERABLE |
UNKNOWN_TO_SDK_VERSION |
UNTRANSFERABLE |
Modifier and Type | Method and Description |
---|---|
static Transferable |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<Transferable> |
knownValues()
|
String |
toString() |
static Transferable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transferable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Transferable TRANSFERABLE
public static final Transferable UNTRANSFERABLE
public static final Transferable DONT_KNOW
public static final Transferable UNKNOWN_TO_SDK_VERSION
public static Transferable[] values()
for (Transferable c : Transferable.values()) System.out.println(c);
public static Transferable 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 toString()
toString
in class Enum<Transferable>
public static Transferable fromValue(String value)
value
- real valuepublic static Set<Transferable> knownValues()
values()
to return a Set
of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION
.Set
of known Transferable
sCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.