@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, wait
copy
public 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
.OpsItemDataType
public 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
.OpsItemDataType
public 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 SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.