@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.AnalyticsIntentField
public String getName()
Specifies whether to group the intent stages by their name or their end state.
AnalyticsIntentField
public 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.AnalyticsIntentField
public 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.AnalyticsIntentField
public String toString()
toString
in class Object
Object.toString()
public AnalyticsIntentGroupBySpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.