JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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.simpleemail.model

Class CreateConfigurationSetEventDestinationRequest

    • Constructor Detail

      • CreateConfigurationSetEventDestinationRequest

        public CreateConfigurationSetEventDestinationRequest()
    • Method Detail

      • setConfigurationSetName

        public void setConfigurationSetName(String configurationSetName)

        The name of the configuration set that the event destination should be associated with.

        Parameters:
        configurationSetName - The name of the configuration set that the event destination should be associated with.
      • getConfigurationSetName

        public String getConfigurationSetName()

        The name of the configuration set that the event destination should be associated with.

        Returns:
        The name of the configuration set that the event destination should be associated with.
      • withConfigurationSetName

        public CreateConfigurationSetEventDestinationRequest withConfigurationSetName(String configurationSetName)

        The name of the configuration set that the event destination should be associated with.

        Parameters:
        configurationSetName - The name of the configuration set that the event destination should be associated with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEventDestination

        public void setEventDestination(EventDestination eventDestination)

        An object that describes the Amazon Web Services service that email sending event where information is published.

        Parameters:
        eventDestination - An object that describes the Amazon Web Services service that email sending event where information is published.
      • getEventDestination

        public EventDestination getEventDestination()

        An object that describes the Amazon Web Services service that email sending event where information is published.

        Returns:
        An object that describes the Amazon Web Services service that email sending event where information is published.
      • withEventDestination

        public CreateConfigurationSetEventDestinationRequest withEventDestination(EventDestination eventDestination)

        An object that describes the Amazon Web Services service that email sending event where information is published.

        Parameters:
        eventDestination - An object that describes the Amazon Web Services service that email sending event where information is published.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 によって変換されたページ (->オリジナル) /