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