@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BotVersionReplicaSortBy extends Object implements Serializable, Cloneable, StructuredPojo
The sort category for the version replicated bots.
| Constructor and Description |
|---|
BotVersionReplicaSortBy() |
| Modifier and Type | Method and Description |
|---|---|
BotVersionReplicaSortBy |
clone() |
boolean |
equals(Object obj) |
String |
getAttribute()
The attribute of the sort category for the version replicated bots.
|
String |
getOrder()
The order of the sort category for the version replicated bots.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAttribute(String attribute)
The attribute of the sort category for the version replicated bots.
|
void |
setOrder(String order)
The order of the sort category for the version replicated bots.
|
String |
toString()
Returns a string representation of this object.
|
BotVersionReplicaSortBy |
withAttribute(BotVersionReplicaSortAttribute attribute)
The attribute of the sort category for the version replicated bots.
|
BotVersionReplicaSortBy |
withAttribute(String attribute)
The attribute of the sort category for the version replicated bots.
|
BotVersionReplicaSortBy |
withOrder(SortOrder order)
The order of the sort category for the version replicated bots.
|
BotVersionReplicaSortBy |
withOrder(String order)
The order of the sort category for the version replicated bots.
|
public void setAttribute(String attribute)
The attribute of the sort category for the version replicated bots.
attribute - The attribute of the sort category for the version replicated bots.BotVersionReplicaSortAttributepublic String getAttribute()
The attribute of the sort category for the version replicated bots.
BotVersionReplicaSortAttributepublic BotVersionReplicaSortBy withAttribute(String attribute)
The attribute of the sort category for the version replicated bots.
attribute - The attribute of the sort category for the version replicated bots.BotVersionReplicaSortAttributepublic BotVersionReplicaSortBy withAttribute(BotVersionReplicaSortAttribute attribute)
The attribute of the sort category for the version replicated bots.
attribute - The attribute of the sort category for the version replicated bots.BotVersionReplicaSortAttributepublic void setOrder(String order)
The order of the sort category for the version replicated bots.
order - The order of the sort category for the version replicated bots.SortOrderpublic String getOrder()
The order of the sort category for the version replicated bots.
SortOrderpublic BotVersionReplicaSortBy withOrder(String order)
The order of the sort category for the version replicated bots.
order - The order of the sort category for the version replicated bots.SortOrderpublic BotVersionReplicaSortBy withOrder(SortOrder order)
The order of the sort category for the version replicated bots.
order - The order of the sort category for the version replicated bots.SortOrderpublic String toString()
toString in class ObjectObject.toString()public BotVersionReplicaSortBy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.