Class EmailChannelResponse
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<EmailChannelResponse.Builder,- EmailChannelResponse> 
Provides information about the status and settings of the email channel for an application.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringThe unique identifier for the application that the email channel applies to.static EmailChannelResponse.Builderbuilder()final StringThe Amazon SES configuration set that's applied to messages that are sent through the channel.final StringThe date and time, in ISO 8601 format, when the email channel was enabled.final Booleanenabled()Specifies whether the email channel is enabled for the application.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringThe verified email address that email is sent from when you send email through the channel.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final Boolean(Not used) This property is retained only for backward compatibility.final inthashCode()final Stringid()(Deprecated) An identifier for the email channel.final Stringidentity()The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that's used when you send email through the channel.final BooleanSpecifies whether the email channel is archived.final StringThe user who last modified the email channel.final StringThe date and time, in ISO 8601 format, when the email channel was last modified.final IntegerThe maximum number of emails that can be sent through the channel each second.final StringThe ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES.final Stringplatform()The type of messaging or notification platform for the channel.final StringroleArn()The ARN of the AWS Identity and Access Management (IAM) role that Amazon Pinpoint uses to submit email-related event data for the channel.static Class<? extends EmailChannelResponse.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final Integerversion()The current version of the email channel.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
applicationIdThe unique identifier for the application that the email channel applies to. - Returns:
- The unique identifier for the application that the email channel applies to.
 
- 
configurationSetThe Amazon SES configuration set that's applied to messages that are sent through the channel. - Returns:
- The Amazon SES configuration set that's applied to messages that are sent through the channel.
 
- 
creationDateThe date and time, in ISO 8601 format, when the email channel was enabled. - Returns:
- The date and time, in ISO 8601 format, when the email channel was enabled.
 
- 
enabledSpecifies whether the email channel is enabled for the application. - Returns:
- Specifies whether the email channel is enabled for the application.
 
- 
fromAddressThe verified email address that email is sent from when you send email through the channel. - Returns:
- The verified email address that email is sent from when you send email through the channel.
 
- 
hasCredential(Not used) This property is retained only for backward compatibility. - Returns:
- (Not used) This property is retained only for backward compatibility.
 
- 
id(Deprecated) An identifier for the email channel. This property is retained only for backward compatibility. - Returns:
- (Deprecated) An identifier for the email channel. This property is retained only for backward compatibility.
 
- 
identityThe Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that's used when you send email through the channel. - Returns:
- The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that's used when you send email through the channel. 
 
- 
isArchivedSpecifies whether the email channel is archived. - Returns:
- Specifies whether the email channel is archived.
 
- 
lastModifiedByThe user who last modified the email channel. - Returns:
- The user who last modified the email channel.
 
- 
lastModifiedDateThe date and time, in ISO 8601 format, when the email channel was last modified. - Returns:
- The date and time, in ISO 8601 format, when the email channel was last modified.
 
- 
messagesPerSecondThe maximum number of emails that can be sent through the channel each second. - Returns:
- The maximum number of emails that can be sent through the channel each second.
 
- 
platformThe type of messaging or notification platform for the channel. For the email channel, this value is EMAIL. - Returns:
- The type of messaging or notification platform for the channel. For the email channel, this value is EMAIL.
 
- 
roleArnThe ARN of the AWS Identity and Access Management (IAM) role that Amazon Pinpoint uses to submit email-related event data for the channel. - Returns:
- The ARN of the AWS Identity and Access Management (IAM) role that Amazon Pinpoint uses to submit email-related event data for the channel. 
 
- 
orchestrationSendingRoleArnThe ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES. - Returns:
- The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES.
 
- 
versionThe current version of the email channel. - Returns:
- The current version of the email channel.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<EmailChannelResponse.Builder,- EmailChannelResponse> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-