@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SupportedFieldTypeDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details regarding all the supported FieldTypes and their corresponding
filterOperators and supportedValues.
| Constructor and Description |
|---|
SupportedFieldTypeDetails() |
| Modifier and Type | Method and Description |
|---|---|
SupportedFieldTypeDetails |
clone() |
boolean |
equals(Object obj) |
FieldTypeDetails |
getV1()
The initial supported version for
fieldType. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setV1(FieldTypeDetails v1)
The initial supported version for
fieldType. |
String |
toString()
Returns a string representation of this object.
|
SupportedFieldTypeDetails |
withV1(FieldTypeDetails v1)
The initial supported version for
fieldType. |
public void setV1(FieldTypeDetails v1)
The initial supported version for fieldType. If this is later changed to a different version, v2
will be introduced.
v1 - The initial supported version for fieldType. If this is later changed to a different version,
v2 will be introduced.public FieldTypeDetails getV1()
The initial supported version for fieldType. If this is later changed to a different version, v2
will be introduced.
fieldType. If this is later changed to a different
version, v2 will be introduced.public SupportedFieldTypeDetails withV1(FieldTypeDetails v1)
The initial supported version for fieldType. If this is later changed to a different version, v2
will be introduced.
v1 - The initial supported version for fieldType. If this is later changed to a different version,
v2 will be introduced.public String toString()
toString in class ObjectObject.toString()public SupportedFieldTypeDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.