@Generated(value="software.amazon.awssdk:codegen") public final class ResendContactReachabilityEmailResponse extends Route53DomainsResponse implements ToCopyableBuilder<ResendContactReachabilityEmailResponse.Builder,ResendContactReachabilityEmailResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResendContactReachabilityEmailResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResendContactReachabilityEmailResponse.Builder |
builder() |
String |
domainName()
The domain name for which you requested a confirmation email.
|
String |
emailAddress()
The email address for the registrant contact at the time that we sent the verification email.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isAlreadyVerified()
True if the email address for the registrant contact has already been verified, and
false otherwise. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResendContactReachabilityEmailResponse.Builder> |
serializableBuilderClass() |
ResendContactReachabilityEmailResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainName()
The domain name for which you requested a confirmation email.
public final String emailAddress()
The email address for the registrant contact at the time that we sent the verification email.
public final Boolean isAlreadyVerified()
True if the email address for the registrant contact has already been verified, and
false otherwise. If the email address has already been verified, we don't send another confirmation
email.
True if the email address for the registrant contact has already been verified, and
false otherwise. If the email address has already been verified, we don't send another
confirmation email.public ResendContactReachabilityEmailResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResendContactReachabilityEmailResponse.Builder,ResendContactReachabilityEmailResponse>toBuilder in class AwsResponsepublic static ResendContactReachabilityEmailResponse.Builder builder()
public static Class<? extends ResendContactReachabilityEmailResponse.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.