Class HostedZoneFeatures
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HostedZoneFeatures.Builder,HostedZoneFeatures>
Represents the features configuration for a hosted zone, including the status of various features and any associated failure reasons.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe current status of accelerated recovery for the hosted zone.final StringThe current status of accelerated recovery for the hosted zone.static HostedZoneFeatures.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final HostedZoneFailureReasonsInformation about any failures that occurred when attempting to enable or configure features for the hosted zone.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends HostedZoneFeatures.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
acceleratedRecoveryStatus
The current status of accelerated recovery for the hosted zone.
If the service returns an enum value that is not available in the current SDK version,
acceleratedRecoveryStatuswill returnAcceleratedRecoveryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromacceleratedRecoveryStatusAsString().- Returns:
- The current status of accelerated recovery for the hosted zone.
- See Also:
-
acceleratedRecoveryStatusAsString
The current status of accelerated recovery for the hosted zone.
If the service returns an enum value that is not available in the current SDK version,
acceleratedRecoveryStatuswill returnAcceleratedRecoveryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromacceleratedRecoveryStatusAsString().- Returns:
- The current status of accelerated recovery for the hosted zone.
- See Also:
-
failureReasons
Information about any failures that occurred when attempting to enable or configure features for the hosted zone.
- Returns:
- Information about any failures that occurred when attempting to enable or configure features for the hosted zone.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<HostedZoneFeatures.Builder,HostedZoneFeatures>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-