@Generated(value="software.amazon.awssdk:codegen") public final class CreateHostedZoneResponse extends Route53Response implements ToCopyableBuilder<CreateHostedZoneResponse.Builder,CreateHostedZoneResponse>
A complex type containing the response information for the hosted zone.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateHostedZoneResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateHostedZoneResponse.Builder |
builder() |
ChangeInfo |
changeInfo()
A complex type that contains information about the
CreateHostedZone request. |
DelegationSet |
delegationSet()
A complex type that describes the name servers for this hosted zone.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HostedZone |
hostedZone()
A complex type that contains general information about the hosted zone.
|
String |
location()
The unique URL representing the new hosted zone.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateHostedZoneResponse.Builder> |
serializableBuilderClass() |
CreateHostedZoneResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VPC |
vpc()
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final HostedZone hostedZone()
A complex type that contains general information about the hosted zone.
public final ChangeInfo changeInfo()
A complex type that contains information about the CreateHostedZone request.
CreateHostedZone request.public final DelegationSet delegationSet()
A complex type that describes the name servers for this hosted zone.
public final VPC vpc()
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
public final String location()
The unique URL representing the new hosted zone.
public CreateHostedZoneResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateHostedZoneResponse.Builder,CreateHostedZoneResponse>toBuilder in class AwsResponsepublic static CreateHostedZoneResponse.Builder builder()
public static Class<? extends CreateHostedZoneResponse.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.