@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PinpointDestination extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
PinpointDestination() |
Modifier and Type | Method and Description |
---|---|
PinpointDestination |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationArn()
The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.
|
String |
toString()
Returns a string representation of this object.
|
PinpointDestination |
withApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.
|
public void setApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.
applicationArn
- The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.public String getApplicationArn()
The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.
public PinpointDestination withApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.
applicationArn
- The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.public String toString()
toString
in class Object
Object.toString()
public PinpointDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.