ToCopyableBuilder<DeleteHostedZoneResponse.Builder,DeleteHostedZoneResponse>
@Generated("software.amazon.awssdk:codegen") public class DeleteHostedZoneResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DeleteHostedZoneResponse.Builder,DeleteHostedZoneResponse>
A complex type that contains the response to a DeleteHostedZone
request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteHostedZoneResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DeleteHostedZoneResponse.Builder |
builder() |
|
ChangeInfo |
changeInfo() |
A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DeleteHostedZoneResponse.Builder> |
serializableBuilderClass() |
|
DeleteHostedZoneResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public ChangeInfo changeInfo()
A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.
public DeleteHostedZoneResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteHostedZoneResponse.Builder,DeleteHostedZoneResponse>
public static DeleteHostedZoneResponse.Builder builder()
public static Class<? extends DeleteHostedZoneResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.