Class CancelledChangeProperty
- java.lang.Object
-
- software.amazon.awssdk.services.elasticsearch.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 interface
CancelledChangeProperty.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
activeValue()
The current value of the property, after the change was cancelled.static CancelledChangeProperty.Builder
builder()
String
cancelledValue()
The pending value of the property that was cancelled.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
propertyName()
The name of the property whose change was cancelled.List<SdkField<?>>
sdkFields()
static Class<? extends CancelledChangeProperty.Builder>
serializableBuilderClass()
CancelledChangeProperty.Builder
toBuilder()
String
toString()
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-