@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
FieldInfo object. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSelectFields(Collection<FieldInfo> selectFields)
Returns a
FieldInfo object. |
String |
toString()
Returns a string representation of this object.
|
QueryInfo |
withSelectFields(Collection<FieldInfo> selectFields)
Returns a
FieldInfo object. |
QueryInfo |
withSelectFields(FieldInfo... selectFields)
Returns a
FieldInfo object. |
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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.