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