@Generated(value="software.amazon.awssdk:codegen") public final class SegmentResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SegmentResponse.Builder,SegmentResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
SegmentResponse.Builder |
Modifier and Type | Method and Description |
---|---|
String |
applicationId()
The ID of the application that the segment applies to.
|
static SegmentResponse.Builder |
builder() |
String |
creationDate()
The date and time when the segment was created.
|
SegmentDimensions |
dimensions()
The segment dimensions attributes.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique segment ID.
|
SegmentImportResource |
importDefinition()
The import job settings.
|
String |
lastModifiedDate()
The date and time when the segment was last modified.
|
String |
name()
The name of the segment.
|
List<SdkField<?>> |
sdkFields() |
SegmentGroupList |
segmentGroups()
A segment group, which consists of zero or more source segments, plus dimensions that are applied to those source
segments.
|
SegmentType |
segmentType()
The segment type: DIMENSIONAL - A dynamic segment built from selection criteria based on endpoint data reported
by your app.
|
String |
segmentTypeAsString()
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.
|
copy
public String applicationId()
public String creationDate()
public SegmentDimensions dimensions()
public String id()
public SegmentImportResource importDefinition()
public String lastModifiedDate()
public String name()
public SegmentGroupList segmentGroups()
public SegmentType segmentType()
If the service returns an enum value that is not available in the current SDK version, segmentType
will
return SegmentType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
segmentTypeAsString()
.
SegmentType
public String segmentTypeAsString()
If the service returns an enum value that is not available in the current SDK version, segmentType
will
return SegmentType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
segmentTypeAsString()
.
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()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.