@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QuickResponseOrderField extends Object implements Serializable, Cloneable, StructuredPojo
The quick response fields to order the quick response query results by.
The following is the list of supported field names.
name
description
shortcutKey
isActive
channels
language
contentType
createdTime
lastModifiedTime
lastModifiedBy
groupingConfiguration.criteria
groupingConfiguration.values
Constructor and Description |
---|
QuickResponseOrderField() |
Modifier and Type | Method and Description |
---|---|
QuickResponseOrderField |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the attribute to order the quick response query results by.
|
String |
getOrder()
The order at which the quick responses are sorted by.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the attribute to order the quick response query results by.
|
void |
setOrder(String order)
The order at which the quick responses are sorted by.
|
String |
toString()
Returns a string representation of this object.
|
QuickResponseOrderField |
withName(String name)
The name of the attribute to order the quick response query results by.
|
QuickResponseOrderField |
withOrder(Order order)
The order at which the quick responses are sorted by.
|
QuickResponseOrderField |
withOrder(String order)
The order at which the quick responses are sorted by.
|
public void setName(String name)
The name of the attribute to order the quick response query results by.
name
- The name of the attribute to order the quick response query results by.public String getName()
The name of the attribute to order the quick response query results by.
public QuickResponseOrderField withName(String name)
The name of the attribute to order the quick response query results by.
name
- The name of the attribute to order the quick response query results by.public void setOrder(String order)
The order at which the quick responses are sorted by.
order
- The order at which the quick responses are sorted by.Order
public String getOrder()
The order at which the quick responses are sorted by.
Order
public QuickResponseOrderField withOrder(String order)
The order at which the quick responses are sorted by.
order
- The order at which the quick responses are sorted by.Order
public QuickResponseOrderField withOrder(Order order)
The order at which the quick responses are sorted by.
order
- The order at which the quick responses are sorted by.Order
public String toString()
toString
in class Object
Object.toString()
public QuickResponseOrderField clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.