@Generated(value="software.amazon.awssdk:codegen") public final class SegmentImportResource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SegmentImportResource.Builder,SegmentImportResource>
Modifier and Type | Class and Description |
---|---|
static interface |
SegmentImportResource.Builder |
Modifier and Type | Method and Description |
---|---|
static SegmentImportResource.Builder |
builder() |
Map<String,Integer> |
channelCounts()
The number of channel types in the imported segment.
|
boolean |
equals(Object obj) |
String |
externalId()
(Deprecated) Your AWS account ID, which you assigned to the ExternalID key in an IAM trust policy.
|
Format |
format()
The format of the endpoint files that were imported to create this segment.
|
String |
formatAsString()
The format of the endpoint files that were imported to create this segment.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
roleArn()
The Amazon Resource Name (ARN) of an IAM role that grants Amazon Pinpoint access to the endpoints in Amazon S3.
|
String |
s3Url()
The URL of the S3 bucket that the segment was imported from.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SegmentImportResource.Builder> |
serializableBuilderClass() |
Integer |
size()
The number of endpoints that were successfully imported to create this segment.
|
SegmentImportResource.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Map<String,Integer> channelCounts()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String externalId()
public Format format()
If the service returns an enum value that is not available in the current SDK version, format
will
return Format.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
formatAsString()
.
Format
public String formatAsString()
If the service returns an enum value that is not available in the current SDK version, format
will
return Format.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
formatAsString()
.
Format
public String roleArn()
public String s3Url()
public Integer size()
public SegmentImportResource.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SegmentImportResource.Builder,SegmentImportResource>
public static SegmentImportResource.Builder builder()
public static Class<? extends SegmentImportResource.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.