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