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