@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 HostedZone hostedZone()
A complex type that contains general information about the hosted zone.
public ChangeInfo changeInfo()
A complex type that contains information about the CreateHostedZone request.
CreateHostedZone request.public DelegationSet delegationSet()
A complex type that describes the name servers for this hosted zone.
public VPC vpc()
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
public 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.