Class AdministrativeOverride
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AdministrativeOverride.Builder,AdministrativeOverride>
Information about the override status applied to a target.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringA description of the override state that provides additional details.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()reason()The reason code for the state.final StringThe reason code for the state.static Class<? extends AdministrativeOverride.Builder>state()The state of the override.final StringThe state of the override.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
-
state
The state of the override.
If the service returns an enum value that is not available in the current SDK version,
statewill returnTargetAdministrativeOverrideStateEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the override.
- See Also:
-
stateAsString
The state of the override.
If the service returns an enum value that is not available in the current SDK version,
statewill returnTargetAdministrativeOverrideStateEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the override.
- See Also:
-
reason
The reason code for the state.
If the service returns an enum value that is not available in the current SDK version,
reasonwill returnTargetAdministrativeOverrideReasonEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreasonAsString().- Returns:
- The reason code for the state.
- See Also:
-
reasonAsString
The reason code for the state.
If the service returns an enum value that is not available in the current SDK version,
reasonwill returnTargetAdministrativeOverrideReasonEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreasonAsString().- Returns:
- The reason code for the state.
- See Also:
-
description
A description of the override state that provides additional details.
- Returns:
- A description of the override state that provides additional details.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AdministrativeOverride.Builder,AdministrativeOverride>
-
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
-