JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.simpleemailv2.model

Class PutAccountDetailsRequest

    • Constructor Detail

      • PutAccountDetailsRequest

        public PutAccountDetailsRequest()
    • Method Detail

      • setMailType

        public void setMailType(String mailType)

        The type of email your account will send.

        Parameters:
        mailType - The type of email your account will send.
        See Also:
        MailType
      • getMailType

        public String getMailType()

        The type of email your account will send.

        Returns:
        The type of email your account will send.
        See Also:
        MailType
      • withMailType

        public PutAccountDetailsRequest withMailType(String mailType)

        The type of email your account will send.

        Parameters:
        mailType - The type of email your account will send.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MailType
      • withMailType

        public PutAccountDetailsRequest withMailType(MailType mailType)

        The type of email your account will send.

        Parameters:
        mailType - The type of email your account will send.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MailType
      • setWebsiteURL

        public void setWebsiteURL(String websiteURL)

        The URL of your website. This information helps us better understand the type of content that you plan to send.

        Parameters:
        websiteURL - The URL of your website. This information helps us better understand the type of content that you plan to send.
      • getWebsiteURL

        public String getWebsiteURL()

        The URL of your website. This information helps us better understand the type of content that you plan to send.

        Returns:
        The URL of your website. This information helps us better understand the type of content that you plan to send.
      • withWebsiteURL

        public PutAccountDetailsRequest withWebsiteURL(String websiteURL)

        The URL of your website. This information helps us better understand the type of content that you plan to send.

        Parameters:
        websiteURL - The URL of your website. This information helps us better understand the type of content that you plan to send.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setContactLanguage

        public void setContactLanguage(String contactLanguage)

        The language you would prefer to be contacted with.

        Parameters:
        contactLanguage - The language you would prefer to be contacted with.
        See Also:
        ContactLanguage
      • getContactLanguage

        public String getContactLanguage()

        The language you would prefer to be contacted with.

        Returns:
        The language you would prefer to be contacted with.
        See Also:
        ContactLanguage
      • withContactLanguage

        public PutAccountDetailsRequest withContactLanguage(String contactLanguage)

        The language you would prefer to be contacted with.

        Parameters:
        contactLanguage - The language you would prefer to be contacted with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContactLanguage
      • withContactLanguage

        public PutAccountDetailsRequest withContactLanguage(ContactLanguage contactLanguage)

        The language you would prefer to be contacted with.

        Parameters:
        contactLanguage - The language you would prefer to be contacted with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContactLanguage
      • setUseCaseDescription

        public void setUseCaseDescription(String useCaseDescription)

        A description of the types of email that you plan to send.

        Parameters:
        useCaseDescription - A description of the types of email that you plan to send.
      • getUseCaseDescription

        public String getUseCaseDescription()

        A description of the types of email that you plan to send.

        Returns:
        A description of the types of email that you plan to send.
      • withUseCaseDescription

        public PutAccountDetailsRequest withUseCaseDescription(String useCaseDescription)

        A description of the types of email that you plan to send.

        Parameters:
        useCaseDescription - A description of the types of email that you plan to send.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getAdditionalContactEmailAddresses

        public List<String> getAdditionalContactEmailAddresses()

        Additional email addresses that you would like to be notified regarding Amazon SES matters.

        Returns:
        Additional email addresses that you would like to be notified regarding Amazon SES matters.
      • setAdditionalContactEmailAddresses

        public void setAdditionalContactEmailAddresses(Collection<String> additionalContactEmailAddresses)

        Additional email addresses that you would like to be notified regarding Amazon SES matters.

        Parameters:
        additionalContactEmailAddresses - Additional email addresses that you would like to be notified regarding Amazon SES matters.
      • withAdditionalContactEmailAddresses

        public PutAccountDetailsRequest withAdditionalContactEmailAddresses(Collection<String> additionalContactEmailAddresses)

        Additional email addresses that you would like to be notified regarding Amazon SES matters.

        Parameters:
        additionalContactEmailAddresses - Additional email addresses that you would like to be notified regarding Amazon SES matters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProductionAccessEnabled

        public void setProductionAccessEnabled(Boolean productionAccessEnabled)

        Indicates whether or not your account should have production access in the current Amazon Web Services Region.

        If the value is false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities.

        If the value is true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.

        Parameters:
        productionAccessEnabled - Indicates whether or not your account should have production access in the current Amazon Web Services Region.

        If the value is false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities.

        If the value is true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.

      • getProductionAccessEnabled

        public Boolean getProductionAccessEnabled()

        Indicates whether or not your account should have production access in the current Amazon Web Services Region.

        If the value is false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities.

        If the value is true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.

        Returns:
        Indicates whether or not your account should have production access in the current Amazon Web Services Region.

        If the value is false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities.

        If the value is true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.

      • withProductionAccessEnabled

        public PutAccountDetailsRequest withProductionAccessEnabled(Boolean productionAccessEnabled)

        Indicates whether or not your account should have production access in the current Amazon Web Services Region.

        If the value is false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities.

        If the value is true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.

        Parameters:
        productionAccessEnabled - Indicates whether or not your account should have production access in the current Amazon Web Services Region.

        If the value is false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities.

        If the value is true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isProductionAccessEnabled

        public Boolean isProductionAccessEnabled()

        Indicates whether or not your account should have production access in the current Amazon Web Services Region.

        If the value is false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities.

        If the value is true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.

        Returns:
        Indicates whether or not your account should have production access in the current Amazon Web Services Region.

        If the value is false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities.

        If the value is true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.

      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /