ToCopyableBuilder<CreateHostedZoneResponse.Builder,CreateHostedZoneResponse>
@Generated("software.amazon.awssdk:codegen") public class CreateHostedZoneResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateHostedZoneResponse.Builder,CreateHostedZoneResponse>
A complex type containing the response information for the hosted zone.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateHostedZoneResponse.Builder |
Modifier and Type | Method | 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) |
|
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.
|
static Class<? extends CreateHostedZoneResponse.Builder> |
serializableBuilderClass() |
|
CreateHostedZoneResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
VPC |
vpc() |
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
|
setSdkHttpMetadata, setSdkResponseMetadata
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateHostedZoneResponse.Builder,CreateHostedZoneResponse>
public static CreateHostedZoneResponse.Builder builder()
public static Class<? extends CreateHostedZoneResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.