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