@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EmailChannelResponse extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
EmailChannelResponse() |
Modifier and Type | Method and Description |
---|---|
EmailChannelResponse |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique ID of the application to which the email channel belongs.
|
String |
getConfigurationSet()
The configuration set that you want to use when you send email using the Pinpoint Email API.
|
String |
getCreationDate()
The date that the settings were last updated in ISO 8601 format.
|
Boolean |
getEnabled()
If the channel is enabled for sending messages.
|
String |
getFromAddress()
The email address used to send emails from.
|
Boolean |
getHasCredential()
Not used.
|
String |
getId()
Channel ID.
|
String |
getIdentity()
The ARN of an identity verified with SES.
|
Boolean |
getIsArchived()
Is this channel archived
|
String |
getLastModifiedBy()
Who last updated this entry
|
String |
getLastModifiedDate()
Last date this was updated
|
Integer |
getMessagesPerSecond()
Messages per second that can be sent
|
String |
getPlatform()
Platform type.
|
String |
getRoleArn()
The ARN of an IAM Role used to submit events to Mobile Analytics' event ingestion service
|
Integer |
getVersion()
Version of channel
|
int |
hashCode() |
Boolean |
isArchived()
Is this channel archived
|
Boolean |
isEnabled()
If the channel is enabled for sending messages.
|
Boolean |
isHasCredential()
Not used.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setApplicationId(String applicationId)
The unique ID of the application to which the email channel belongs.
|
void |
setConfigurationSet(String configurationSet)
The configuration set that you want to use when you send email using the Pinpoint Email API.
|
void |
setCreationDate(String creationDate)
The date that the settings were last updated in ISO 8601 format.
|
void |
setEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
void |
setFromAddress(String fromAddress)
The email address used to send emails from.
|
void |
setHasCredential(Boolean hasCredential)
Not used.
|
void |
setId(String id)
Channel ID.
|
void |
setIdentity(String identity)
The ARN of an identity verified with SES.
|
void |
setIsArchived(Boolean isArchived)
Is this channel archived
|
void |
setLastModifiedBy(String lastModifiedBy)
Who last updated this entry
|
void |
setLastModifiedDate(String lastModifiedDate)
Last date this was updated
|
void |
setMessagesPerSecond(Integer messagesPerSecond)
Messages per second that can be sent
|
void |
setPlatform(String platform)
Platform type.
|
void |
setRoleArn(String roleArn)
The ARN of an IAM Role used to submit events to Mobile Analytics' event ingestion service
|
void |
setVersion(Integer version)
Version of channel
|
String |
toString()
Returns a string representation of this object.
|
EmailChannelResponse |
withApplicationId(String applicationId)
The unique ID of the application to which the email channel belongs.
|
EmailChannelResponse |
withConfigurationSet(String configurationSet)
The configuration set that you want to use when you send email using the Pinpoint Email API.
|
EmailChannelResponse |
withCreationDate(String creationDate)
The date that the settings were last updated in ISO 8601 format.
|
EmailChannelResponse |
withEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
EmailChannelResponse |
withFromAddress(String fromAddress)
The email address used to send emails from.
|
EmailChannelResponse |
withHasCredential(Boolean hasCredential)
Not used.
|
EmailChannelResponse |
withId(String id)
Channel ID.
|
EmailChannelResponse |
withIdentity(String identity)
The ARN of an identity verified with SES.
|
EmailChannelResponse |
withIsArchived(Boolean isArchived)
Is this channel archived
|
EmailChannelResponse |
withLastModifiedBy(String lastModifiedBy)
Who last updated this entry
|
EmailChannelResponse |
withLastModifiedDate(String lastModifiedDate)
Last date this was updated
|
EmailChannelResponse |
withMessagesPerSecond(Integer messagesPerSecond)
Messages per second that can be sent
|
EmailChannelResponse |
withPlatform(String platform)
Platform type.
|
EmailChannelResponse |
withRoleArn(String roleArn)
The ARN of an IAM Role used to submit events to Mobile Analytics' event ingestion service
|
EmailChannelResponse |
withVersion(Integer version)
Version of channel
|
public void setApplicationId(String applicationId)
applicationId
- The unique ID of the application to which the email channel belongs.public String getApplicationId()
public EmailChannelResponse withApplicationId(String applicationId)
applicationId
- The unique ID of the application to which the email channel belongs.public void setConfigurationSet(String configurationSet)
configurationSet
- The configuration set that you want to use when you send email using the Pinpoint Email API.public String getConfigurationSet()
public EmailChannelResponse withConfigurationSet(String configurationSet)
configurationSet
- The configuration set that you want to use when you send email using the Pinpoint Email API.public void setCreationDate(String creationDate)
creationDate
- The date that the settings were last updated in ISO 8601 format.public String getCreationDate()
public EmailChannelResponse withCreationDate(String creationDate)
creationDate
- The date that the settings were last updated in ISO 8601 format.public void setEnabled(Boolean enabled)
enabled
- If the channel is enabled for sending messages.public Boolean getEnabled()
public EmailChannelResponse withEnabled(Boolean enabled)
enabled
- If the channel is enabled for sending messages.public Boolean isEnabled()
public void setFromAddress(String fromAddress)
fromAddress
- The email address used to send emails from.public String getFromAddress()
public EmailChannelResponse withFromAddress(String fromAddress)
fromAddress
- The email address used to send emails from.public void setHasCredential(Boolean hasCredential)
hasCredential
- Not used. Retained for backwards compatibility.public Boolean getHasCredential()
public EmailChannelResponse withHasCredential(Boolean hasCredential)
hasCredential
- Not used. Retained for backwards compatibility.public Boolean isHasCredential()
public void setId(String id)
id
- Channel ID. Not used, only for backwards compatibility.public String getId()
public EmailChannelResponse withId(String id)
id
- Channel ID. Not used, only for backwards compatibility.public void setIdentity(String identity)
identity
- The ARN of an identity verified with SES.public String getIdentity()
public EmailChannelResponse withIdentity(String identity)
identity
- The ARN of an identity verified with SES.public void setIsArchived(Boolean isArchived)
isArchived
- Is this channel archivedpublic Boolean getIsArchived()
public EmailChannelResponse withIsArchived(Boolean isArchived)
isArchived
- Is this channel archivedpublic Boolean isArchived()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy
- Who last updated this entrypublic String getLastModifiedBy()
public EmailChannelResponse withLastModifiedBy(String lastModifiedBy)
lastModifiedBy
- Who last updated this entrypublic void setLastModifiedDate(String lastModifiedDate)
lastModifiedDate
- Last date this was updatedpublic String getLastModifiedDate()
public EmailChannelResponse withLastModifiedDate(String lastModifiedDate)
lastModifiedDate
- Last date this was updatedpublic void setMessagesPerSecond(Integer messagesPerSecond)
messagesPerSecond
- Messages per second that can be sentpublic Integer getMessagesPerSecond()
public EmailChannelResponse withMessagesPerSecond(Integer messagesPerSecond)
messagesPerSecond
- Messages per second that can be sentpublic void setPlatform(String platform)
platform
- Platform type. Will be "EMAIL"public String getPlatform()
public EmailChannelResponse withPlatform(String platform)
platform
- Platform type. Will be "EMAIL"public void setRoleArn(String roleArn)
roleArn
- The ARN of an IAM Role used to submit events to Mobile Analytics' event ingestion servicepublic String getRoleArn()
public EmailChannelResponse withRoleArn(String roleArn)
roleArn
- The ARN of an IAM Role used to submit events to Mobile Analytics' event ingestion servicepublic void setVersion(Integer version)
version
- Version of channelpublic Integer getVersion()
public EmailChannelResponse withVersion(Integer version)
version
- Version of channelpublic String toString()
toString
in class Object
Object.toString()
public EmailChannelResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2019. All rights reserved.