@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public SupportedFieldTypeDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.