@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalyticsUtteranceGroupBySpecification extends Object implements Serializable, Cloneable, StructuredPojo
Contains the category by which to group the utterances.
| Constructor and Description |
|---|
AnalyticsUtteranceGroupBySpecification() |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsUtteranceGroupBySpecification |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Specifies whether to group the utterances by their text or their state.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
Specifies whether to group the utterances by their text or their state.
|
String |
toString()
Returns a string representation of this object.
|
AnalyticsUtteranceGroupBySpecification |
withName(AnalyticsUtteranceField name)
Specifies whether to group the utterances by their text or their state.
|
AnalyticsUtteranceGroupBySpecification |
withName(String name)
Specifies whether to group the utterances by their text or their state.
|
public AnalyticsUtteranceGroupBySpecification()
public void setName(String name)
Specifies whether to group the utterances by their text or their state.
name - Specifies whether to group the utterances by their text or their state.AnalyticsUtteranceFieldpublic String getName()
Specifies whether to group the utterances by their text or their state.
AnalyticsUtteranceFieldpublic AnalyticsUtteranceGroupBySpecification withName(String name)
Specifies whether to group the utterances by their text or their state.
name - Specifies whether to group the utterances by their text or their state.AnalyticsUtteranceFieldpublic AnalyticsUtteranceGroupBySpecification withName(AnalyticsUtteranceField name)
Specifies whether to group the utterances by their text or their state.
name - Specifies whether to group the utterances by their text or their state.AnalyticsUtteranceFieldpublic String toString()
toString in class ObjectObject.toString()public AnalyticsUtteranceGroupBySpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.