@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BotSortBy extends Object implements Serializable, Cloneable, StructuredPojo
Specifies attributes for sorting a list of bots.
| Constructor and Description |
|---|
BotSortBy() |
| Modifier and Type | Method and Description |
|---|---|
BotSortBy |
clone() |
boolean |
equals(Object obj) |
String |
getAttribute()
The attribute to use to sort the list of bots.
|
String |
getOrder()
The order to sort the list.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAttribute(String attribute)
The attribute to use to sort the list of bots.
|
void |
setOrder(String order)
The order to sort the list.
|
String |
toString()
Returns a string representation of this object.
|
BotSortBy |
withAttribute(BotSortAttribute attribute)
The attribute to use to sort the list of bots.
|
BotSortBy |
withAttribute(String attribute)
The attribute to use to sort the list of bots.
|
BotSortBy |
withOrder(SortOrder order)
The order to sort the list.
|
BotSortBy |
withOrder(String order)
The order to sort the list.
|
public void setAttribute(String attribute)
The attribute to use to sort the list of bots.
attribute - The attribute to use to sort the list of bots.BotSortAttributepublic String getAttribute()
The attribute to use to sort the list of bots.
BotSortAttributepublic BotSortBy withAttribute(String attribute)
The attribute to use to sort the list of bots.
attribute - The attribute to use to sort the list of bots.BotSortAttributepublic BotSortBy withAttribute(BotSortAttribute attribute)
The attribute to use to sort the list of bots.
attribute - The attribute to use to sort the list of bots.BotSortAttributepublic void setOrder(String order)
The order to sort the list. You can choose ascending or descending.
order - The order to sort the list. You can choose ascending or descending.SortOrderpublic String getOrder()
The order to sort the list. You can choose ascending or descending.
SortOrderpublic BotSortBy withOrder(String order)
The order to sort the list. You can choose ascending or descending.
order - The order to sort the list. You can choose ascending or descending.SortOrderpublic BotSortBy withOrder(SortOrder order)
The order to sort the list. You can choose ascending or descending.
order - The order to sort the list. You can choose ascending or descending.SortOrderpublic 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.