@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QueryInfo extends Object implements Serializable, Cloneable, StructuredPojo
Details about the query.
| Constructor and Description | 
|---|
| QueryInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryInfo | clone() | 
| boolean | equals(Object obj) | 
| List<FieldInfo> | getSelectFields()
 Returns a  FieldInfoobject. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setSelectFields(Collection<FieldInfo> selectFields)
 Returns a  FieldInfoobject. | 
| String | toString()Returns a string representation of this object. | 
| QueryInfo | withSelectFields(Collection<FieldInfo> selectFields)
 Returns a  FieldInfoobject. | 
| QueryInfo | withSelectFields(FieldInfo... selectFields)
 Returns a  FieldInfoobject. | 
public List<FieldInfo> getSelectFields()
 Returns a FieldInfo object.
 
FieldInfo object.public void setSelectFields(Collection<FieldInfo> selectFields)
 Returns a FieldInfo object.
 
selectFields - Returns a FieldInfo object.public QueryInfo withSelectFields(FieldInfo... selectFields)
 Returns a FieldInfo object.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setSelectFields(java.util.Collection) or withSelectFields(java.util.Collection) if you want to
 override the existing values.
 
selectFields - Returns a FieldInfo object.public QueryInfo withSelectFields(Collection<FieldInfo> selectFields)
 Returns a FieldInfo object.
 
selectFields - Returns a FieldInfo object.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.