@Generated(value="software.amazon.awssdk:codegen") public final class TransferDomainToAnotherAwsAccountResponse extends Route53DomainsResponse implements ToCopyableBuilder<TransferDomainToAnotherAwsAccountResponse.Builder,TransferDomainToAnotherAwsAccountResponse>
The TransferDomainToAnotherAwsAccount response includes the following elements.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TransferDomainToAnotherAwsAccountResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TransferDomainToAnotherAwsAccountResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
operationId()
Identifier for tracking the progress of the request.
|
String |
password()
To finish transferring a domain to another Amazon Web Services account, the account that the domain is being
transferred to must submit an AcceptDomainTransferFromAnotherAwsAccount request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransferDomainToAnotherAwsAccountResponse.Builder> |
serializableBuilderClass() |
TransferDomainToAnotherAwsAccountResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String operationId()
Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
public final String password()
To finish transferring a domain to another Amazon Web Services account, the account that the domain is being
transferred to must submit an AcceptDomainTransferFromAnotherAwsAccount request. The request must include the value of the
Password element that was returned in the TransferDomainToAnotherAwsAccount response.
Password element that was returned in the TransferDomainToAnotherAwsAccount
response.public TransferDomainToAnotherAwsAccountResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TransferDomainToAnotherAwsAccountResponse.Builder,TransferDomainToAnotherAwsAccountResponse>toBuilder in class AwsResponsepublic static TransferDomainToAnotherAwsAccountResponse.Builder builder()
public static Class<? extends TransferDomainToAnotherAwsAccountResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.