Class Field
java.lang.Object
software.amazon.awssdk.services.rdsdata.model.Field
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<Field.Builder,
Field>
@Generated("software.amazon.awssdk:codegen")
public final class Field
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<Field.Builder,Field>
Contains a value.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal ArrayValue
An array of values.final SdkBytes
A value of BLOB data type.final Boolean
A value of Boolean data type.static Field.Builder
builder()
final Double
A value of double data type.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.static Field
fromArrayValue
(Consumer<ArrayValue.Builder> arrayValue) Create an instance of this class witharrayValue()
initialized to the given value.static Field
fromArrayValue
(ArrayValue arrayValue) Create an instance of this class witharrayValue()
initialized to the given value.static Field
fromBlobValue
(SdkBytes blobValue) Create an instance of this class withblobValue()
initialized to the given value.static Field
fromBooleanValue
(Boolean booleanValue) Create an instance of this class withbooleanValue()
initialized to the given value.static Field
fromDoubleValue
(Double doubleValue) Create an instance of this class withdoubleValue()
initialized to the given value.static Field
fromIsNull
(Boolean isNull) Create an instance of this class withisNull()
initialized to the given value.static Field
fromLongValue
(Long longValue) Create an instance of this class withlongValue()
initialized to the given value.static Field
fromStringValue
(String stringValue) Create an instance of this class withstringValue()
initialized to the given value.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final Boolean
isNull()
A NULL value.final Long
A value of long data type.static Class
<? extends Field.Builder> final String
A value of string data type.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.type()
Retrieve an enum value representing which member of this object is populated.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
isNull
-
booleanValue
A value of Boolean data type.
- Returns:
- A value of Boolean data type.
-
longValue
-
doubleValue
A value of double data type.
- Returns:
- A value of double data type.
-
stringValue
A value of string data type.
- Returns:
- A value of string data type.
-
blobValue
-
arrayValue
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<Field.Builder,
Field> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
fromIsNull
-
fromBooleanValue
Create an instance of this class withbooleanValue()
initialized to the given value.A value of Boolean data type.
- Parameters:
booleanValue
- A value of Boolean data type.
-
fromLongValue
Create an instance of this class withlongValue()
initialized to the given value.A value of long data type.
- Parameters:
longValue
- A value of long data type.
-
fromDoubleValue
Create an instance of this class withdoubleValue()
initialized to the given value.A value of double data type.
- Parameters:
doubleValue
- A value of double data type.
-
fromStringValue
Create an instance of this class withstringValue()
initialized to the given value.A value of string data type.
- Parameters:
stringValue
- A value of string data type.
-
fromBlobValue
Create an instance of this class withblobValue()
initialized to the given value.A value of BLOB data type.
- Parameters:
blobValue
- A value of BLOB data type.
-
fromArrayValue
Create an instance of this class witharrayValue()
initialized to the given value.An array of values.
- Parameters:
arrayValue
- An array of values.
-
fromArrayValue
Create an instance of this class witharrayValue()
initialized to the given value.An array of values.
- Parameters:
arrayValue
- An array of values.
-
type
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beField.Type.UNKNOWN_TO_SDK_VERSION
if the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beField.Type.UNKNOWN_TO_SDK_VERSION
if zero members are set, andnull
if more than one member is set. -
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-