Class CreateHostedZoneResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.route53.model.Route53Response
-
- software.amazon.awssdk.services.route53.model.CreateHostedZoneResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateHostedZoneResponse.Builder,CreateHostedZoneResponse>
@Generated("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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateHostedZoneResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateHostedZoneResponse.Builderbuilder()ChangeInfochangeInfo()A complex type that contains information about theCreateHostedZonerequest.DelegationSetdelegationSet()A complex type that describes the name servers for this hosted zone.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()HostedZonehostedZone()A complex type that contains general information about the hosted zone.Stringlocation()The unique URL representing the new hosted zone.List<SdkField<?>>sdkFields()static Class<? extends CreateHostedZoneResponse.Builder>serializableBuilderClass()CreateHostedZoneResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.VPCvpc()A complex type that contains information about an Amazon VPC that you associated with this hosted zone.-
Methods inherited from class software.amazon.awssdk.services.route53.model.Route53Response
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
hostedZone
public final HostedZone hostedZone()
A complex type that contains general information about the hosted zone.
- Returns:
- A complex type that contains general information about the hosted zone.
-
changeInfo
public final ChangeInfo changeInfo()
A complex type that contains information about the
CreateHostedZonerequest.- Returns:
- A complex type that contains information about the
CreateHostedZonerequest.
-
delegationSet
public final DelegationSet delegationSet()
A complex type that describes the name servers for this hosted zone.
- Returns:
- A complex type that describes the name servers for this hosted zone.
-
vpc
public final VPC vpc()
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
- Returns:
- A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
-
location
public final String location()
The unique URL representing the new hosted zone.
- Returns:
- The unique URL representing the new hosted zone.
-
toBuilder
public CreateHostedZoneResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateHostedZoneResponse.Builder,CreateHostedZoneResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static CreateHostedZoneResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateHostedZoneResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-