@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.BotVersionReplicaSortAttribute
public String getAttribute()
The attribute of the sort category for the version replicated bots.
BotVersionReplicaSortAttribute
public 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.BotVersionReplicaSortAttribute
public 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.BotVersionReplicaSortAttribute
public 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.SortOrder
public String getOrder()
The order of the sort category for the version replicated bots.
SortOrder
public 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.SortOrder
public 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.SortOrder
public String toString()
toString
in class Object
Object.toString()
public BotVersionReplicaSortBy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.