Class CancelledChangeProperty
- java.lang.Object
-
- software.amazon.awssdk.services.opensearch.model.CancelledChangeProperty
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CancelledChangeProperty.Builder,CancelledChangeProperty>
@Generated("software.amazon.awssdk:codegen") public final class CancelledChangeProperty extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CancelledChangeProperty.Builder,CancelledChangeProperty>
A property change that was cancelled for an Amazon OpenSearch Service domain.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCancelledChangeProperty.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringactiveValue()The current value of the property, after the change was cancelled.static CancelledChangeProperty.Builderbuilder()StringcancelledValue()The pending value of the property that was cancelled.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpropertyName()The name of the property whose change was cancelled.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CancelledChangeProperty.Builder>serializableBuilderClass()CancelledChangeProperty.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
propertyName
public final String propertyName()
The name of the property whose change was cancelled.
- Returns:
- The name of the property whose change was cancelled.
-
cancelledValue
public final String cancelledValue()
The pending value of the property that was cancelled. This would have been the eventual value of the property if the chance had not been cancelled.
- Returns:
- The pending value of the property that was cancelled. This would have been the eventual value of the property if the chance had not been cancelled.
-
activeValue
public final String activeValue()
The current value of the property, after the change was cancelled.
- Returns:
- The current value of the property, after the change was cancelled.
-
toBuilder
public CancelledChangeProperty.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CancelledChangeProperty.Builder,CancelledChangeProperty>
-
builder
public static CancelledChangeProperty.Builder builder()
-
serializableBuilderClass
public static Class<? extends CancelledChangeProperty.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-