@Generated(value="software.amazon.awssdk:codegen") public final class PinpointDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PinpointDestination.Builder,PinpointDestination>
An object that defines a Amazon Pinpoint destination for email events. You can use Amazon Pinpoint events to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments for your campaigns.
Modifier and Type | Class and Description |
---|---|
static interface |
PinpointDestination.Builder |
Modifier and Type | Method and Description |
---|---|
String |
applicationArn()
The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.
|
static PinpointDestination.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PinpointDestination.Builder> |
serializableBuilderClass() |
PinpointDestination.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String applicationArn()
The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.
public PinpointDestination.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PinpointDestination.Builder,PinpointDestination>
public static PinpointDestination.Builder builder()
public static Class<? extends PinpointDestination.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.