@Generated(value="software.amazon.awssdk:codegen") public final class RejectDomainTransferFromAnotherAwsAccountResponse extends Route53DomainsResponse implements ToCopyableBuilder<RejectDomainTransferFromAnotherAwsAccountResponse.Builder,RejectDomainTransferFromAnotherAwsAccountResponse>
The RejectDomainTransferFromAnotherAwsAccount response includes the following element.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RejectDomainTransferFromAnotherAwsAccountResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RejectDomainTransferFromAnotherAwsAccountResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
operationId()
The identifier that
TransferDomainToAnotherAwsAccount returned to track the progress of the request. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RejectDomainTransferFromAnotherAwsAccountResponse.Builder> |
serializableBuilderClass() |
RejectDomainTransferFromAnotherAwsAccountResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String operationId()
The identifier that TransferDomainToAnotherAwsAccount returned to track the progress of the request.
Because the transfer request was rejected, the value is no longer valid, and you can't use
GetOperationDetail to query the operation status.
TransferDomainToAnotherAwsAccount returned to track the progress of the
request. Because the transfer request was rejected, the value is no longer valid, and you can't use
GetOperationDetail to query the operation status.public RejectDomainTransferFromAnotherAwsAccountResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RejectDomainTransferFromAnotherAwsAccountResponse.Builder,RejectDomainTransferFromAnotherAwsAccountResponse>toBuilder in class AwsResponsepublic static RejectDomainTransferFromAnotherAwsAccountResponse.Builder builder()
public static Class<? extends RejectDomainTransferFromAnotherAwsAccountResponse.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.