@Generated(value="software.amazon.awssdk:codegen") public final class OpsItemDataValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OpsItemDataValue.Builder,OpsItemDataValue>
An object that defines the value of the key and its type in the OperationalData map.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OpsItemDataValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OpsItemDataValue.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends OpsItemDataValue.Builder> |
serializableBuilderClass() |
OpsItemDataValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
OpsItemDataType |
type()
The type of key-value pair.
|
String |
typeAsString()
The type of key-value pair.
|
String |
value()
The value of the OperationalData key.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String value()
The value of the OperationalData key.
public final OpsItemDataType type()
The type of key-value pair. Valid types include SearchableString and String.
If the service returns an enum value that is not available in the current SDK version, type will return
OpsItemDataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
SearchableString and String.OpsItemDataTypepublic final String typeAsString()
The type of key-value pair. Valid types include SearchableString and String.
If the service returns an enum value that is not available in the current SDK version, type will return
OpsItemDataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
SearchableString and String.OpsItemDataTypepublic OpsItemDataValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OpsItemDataValue.Builder,OpsItemDataValue>public static OpsItemDataValue.Builder builder()
public static Class<? extends OpsItemDataValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.