@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalyticsUtteranceGroupByKey extends Object implements Serializable, Cloneable, StructuredPojo
Contains the category by which the utterance analytics were grouped and the values for that category.
Constructor and Description |
---|
AnalyticsUtteranceGroupByKey() |
Modifier and Type | Method and Description |
---|---|
AnalyticsUtteranceGroupByKey |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The category by which the utterance analytics were grouped.
|
String |
getValue()
A member of the category by which the utterance analytics were grouped.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The category by which the utterance analytics were grouped.
|
void |
setValue(String value)
A member of the category by which the utterance analytics were grouped.
|
String |
toString()
Returns a string representation of this object.
|
AnalyticsUtteranceGroupByKey |
withName(AnalyticsUtteranceField name)
The category by which the utterance analytics were grouped.
|
AnalyticsUtteranceGroupByKey |
withName(String name)
The category by which the utterance analytics were grouped.
|
AnalyticsUtteranceGroupByKey |
withValue(String value)
A member of the category by which the utterance analytics were grouped.
|
public void setName(String name)
The category by which the utterance analytics were grouped.
name
- The category by which the utterance analytics were grouped.AnalyticsUtteranceField
public String getName()
The category by which the utterance analytics were grouped.
AnalyticsUtteranceField
public AnalyticsUtteranceGroupByKey withName(String name)
The category by which the utterance analytics were grouped.
name
- The category by which the utterance analytics were grouped.AnalyticsUtteranceField
public AnalyticsUtteranceGroupByKey withName(AnalyticsUtteranceField name)
The category by which the utterance analytics were grouped.
name
- The category by which the utterance analytics were grouped.AnalyticsUtteranceField
public void setValue(String value)
A member of the category by which the utterance analytics were grouped.
value
- A member of the category by which the utterance analytics were grouped.public String getValue()
A member of the category by which the utterance analytics were grouped.
public AnalyticsUtteranceGroupByKey withValue(String value)
A member of the category by which the utterance analytics were grouped.
value
- A member of the category by which the utterance analytics were grouped.public String toString()
toString
in class Object
Object.toString()
public AnalyticsUtteranceGroupByKey clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.