@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)
Marshalls this structured data using the given
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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.