Class CreateReusableDelegationSetRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.route53.model.Route53Request
-
- software.amazon.awssdk.services.route53.model.CreateReusableDelegationSetRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateReusableDelegationSetRequest.Builder,CreateReusableDelegationSetRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateReusableDelegationSetRequest extends Route53Request implements ToCopyableBuilder<CreateReusableDelegationSetRequest.Builder,CreateReusableDelegationSetRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateReusableDelegationSetRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateReusableDelegationSetRequest.Builderbuilder()StringcallerReference()A unique string that identifies the request, and that allows you to retry failedCreateReusableDelegationSetrequests without the risk of executing the operation twice.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhostedZoneId()If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.List<SdkField<?>>sdkFields()static Class<? extends CreateReusableDelegationSetRequest.Builder>serializableBuilderClass()CreateReusableDelegationSetRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
callerReference
public final String callerReference()
A unique string that identifies the request, and that allows you to retry failed
CreateReusableDelegationSetrequests without the risk of executing the operation twice. You must use a uniqueCallerReferencestring every time you submit aCreateReusableDelegationSetrequest.CallerReferencecan be any unique string, for example a date/time stamp.- Returns:
- A unique string that identifies the request, and that allows you to retry failed
CreateReusableDelegationSetrequests without the risk of executing the operation twice. You must use a uniqueCallerReferencestring every time you submit aCreateReusableDelegationSetrequest.CallerReferencecan be any unique string, for example a date/time stamp.
-
hostedZoneId
public final String hostedZoneId()
If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.
- Returns:
- If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.
-
toBuilder
public CreateReusableDelegationSetRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateReusableDelegationSetRequest.Builder,CreateReusableDelegationSetRequest>- Specified by:
toBuilderin classRoute53Request
-
builder
public static CreateReusableDelegationSetRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateReusableDelegationSetRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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 classSdkRequest
-
-