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