@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SegmentBehaviors extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
SegmentBehaviors() |
Modifier and Type | Method and Description |
---|---|
SegmentBehaviors |
clone() |
boolean |
equals(Object obj) |
RecencyDimension |
getRecency()
The recency of use.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRecency(RecencyDimension recency)
The recency of use.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SegmentBehaviors |
withRecency(RecencyDimension recency)
The recency of use.
|
public void setRecency(RecencyDimension recency)
recency
- The recency of use.public RecencyDimension getRecency()
public SegmentBehaviors withRecency(RecencyDimension recency)
recency
- The recency of use.public String toString()
toString
in class Object
Object.toString()
public SegmentBehaviors clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2017. All rights reserved.