StructuredPojo
, ToCopyableBuilder<SegmentResponse.Builder,SegmentResponse>
@Generated("software.amazon.awssdk:codegen") public class SegmentResponse extends Object implements StructuredPojo, ToCopyableBuilder<SegmentResponse.Builder,SegmentResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
SegmentResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
applicationId() |
The ID of the application to which the segment applies.
|
static SegmentResponse.Builder |
builder() |
|
String |
creationDate() |
The date the segment was created in ISO 8601 format.
|
SegmentDimensions |
dimensions() |
The segment dimensions attributes.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The unique segment ID.
|
SegmentImportResource |
importDefinition() |
The import job settings.
|
String |
lastModifiedDate() |
The date the segment was last updated in ISO 8601 format.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of segment
|
String |
segmentType() |
The segment type: DIMENSIONAL - A dynamic segment built from selection criteria based on endpoint data reported
by your app.
|
static Class<? extends SegmentResponse.Builder> |
serializableBuilderClass() |
|
SegmentResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Integer |
version() |
The segment version number.
|
public String applicationId()
public String creationDate()
public SegmentDimensions dimensions()
public String id()
public SegmentImportResource importDefinition()
public String lastModifiedDate()
public String name()
public String segmentType()
SegmentType
public Integer version()
public SegmentResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SegmentResponse.Builder,SegmentResponse>
public static SegmentResponse.Builder builder()
public static Class<? extends SegmentResponse.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.