StructuredPojo
, ToCopyableBuilder<SegmentBehaviors.Builder,SegmentBehaviors>
@Generated("software.amazon.awssdk:codegen") public class SegmentBehaviors extends Object implements StructuredPojo, ToCopyableBuilder<SegmentBehaviors.Builder,SegmentBehaviors>
Modifier and Type | Class | Description |
---|---|---|
static interface |
SegmentBehaviors.Builder |
Modifier and Type | Method | Description |
---|---|---|
static SegmentBehaviors.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
RecencyDimension |
recency() |
The recency of use.
|
static Class<? extends SegmentBehaviors.Builder> |
serializableBuilderClass() |
|
SegmentBehaviors.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public RecencyDimension recency()
public SegmentBehaviors.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SegmentBehaviors.Builder,SegmentBehaviors>
public static SegmentBehaviors.Builder builder()
public static Class<? extends SegmentBehaviors.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.