@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 |
UNTRANSFERABLE |
| Modifier and Type | Method and Description |
|---|---|
static Transferable |
fromValue(String value)
Use this in place of valueOf.
|
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 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 valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.