@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PinpointDestination extends Object implements Serializable, Cloneable, StructuredPojo
An object that defines an Amazon Pinpoint project destination for email events. You can send email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging dashboards that are built in to Amazon Pinpoint. For more information, see Transactional Messaging Charts in the Amazon Pinpoint User Guide.
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 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 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 to send email events to.
|
public void setApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the Amazon Pinpoint project to send email events to.
applicationArn
- The Amazon Resource Name (ARN) of the Amazon Pinpoint project to send email events to.public String getApplicationArn()
The Amazon Resource Name (ARN) of the Amazon Pinpoint project to send email events to.
public PinpointDestination withApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the Amazon Pinpoint project to send email events to.
applicationArn
- The Amazon Resource Name (ARN) of the Amazon Pinpoint project 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.