@Generated(value="software.amazon.awssdk:codegen") public final class TransferDomainToAnotherAwsAccountRequest extends Route53DomainsRequest implements ToCopyableBuilder<TransferDomainToAnotherAwsAccountRequest.Builder,TransferDomainToAnotherAwsAccountRequest>
The TransferDomainToAnotherAwsAccount request includes the following elements.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TransferDomainToAnotherAwsAccountRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The account ID of the Amazon Web Services account that you want to transfer the domain to, for example,
111122223333. |
static TransferDomainToAnotherAwsAccountRequest.Builder |
builder() |
String |
domainName()
The name of the domain that you want to transfer from the current Amazon Web Services account to another account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransferDomainToAnotherAwsAccountRequest.Builder> |
serializableBuilderClass() |
TransferDomainToAnotherAwsAccountRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainName()
The name of the domain that you want to transfer from the current Amazon Web Services account to another account.
public final String accountId()
The account ID of the Amazon Web Services account that you want to transfer the domain to, for example,
111122223333.
111122223333.public TransferDomainToAnotherAwsAccountRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TransferDomainToAnotherAwsAccountRequest.Builder,TransferDomainToAnotherAwsAccountRequest>toBuilder in class Route53DomainsRequestpublic static TransferDomainToAnotherAwsAccountRequest.Builder builder()
public static Class<? extends TransferDomainToAnotherAwsAccountRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.