@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TwitterParameters extends Object implements Serializable, Cloneable, StructuredPojo
Twitter parameters.
Constructor and Description |
---|
TwitterParameters() |
Modifier and Type | Method and Description |
---|---|
TwitterParameters |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxRows()
Maximum number of rows to query Twitter.
|
String |
getQuery()
Twitter query string.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxRows(Integer maxRows)
Maximum number of rows to query Twitter.
|
void |
setQuery(String query)
Twitter query string.
|
String |
toString()
Returns a string representation of this object.
|
TwitterParameters |
withMaxRows(Integer maxRows)
Maximum number of rows to query Twitter.
|
TwitterParameters |
withQuery(String query)
Twitter query string.
|
public void setQuery(String query)
Twitter query string.
query
- Twitter query string.public String getQuery()
Twitter query string.
public TwitterParameters withQuery(String query)
Twitter query string.
query
- Twitter query string.public void setMaxRows(Integer maxRows)
Maximum number of rows to query Twitter.
maxRows
- Maximum number of rows to query Twitter.public Integer getMaxRows()
Maximum number of rows to query Twitter.
public TwitterParameters withMaxRows(Integer maxRows)
Maximum number of rows to query Twitter.
maxRows
- Maximum number of rows to query Twitter.public String toString()
toString
in class Object
Object.toString()
public TwitterParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.