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 CreateConfigurationSetEventDestinationRequest

    • Constructor Detail

      • CreateConfigurationSetEventDestinationRequest

        public CreateConfigurationSetEventDestinationRequest()
    • Method Detail

      • setConfigurationSetName

        public void setConfigurationSetName(String configurationSetName)

        The name of the configuration set .

        Parameters:
        configurationSetName - The name of the configuration set .
      • getConfigurationSetName

        public String getConfigurationSetName()

        The name of the configuration set .

        Returns:
        The name of the configuration set .
      • withConfigurationSetName

        public CreateConfigurationSetEventDestinationRequest withConfigurationSetName(String configurationSetName)

        The name of the configuration set .

        Parameters:
        configurationSetName - The name of the configuration set .
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEventDestinationName

        public void setEventDestinationName(String eventDestinationName)

        A name that identifies the event destination within the configuration set.

        Parameters:
        eventDestinationName - A name that identifies the event destination within the configuration set.
      • getEventDestinationName

        public String getEventDestinationName()

        A name that identifies the event destination within the configuration set.

        Returns:
        A name that identifies the event destination within the configuration set.
      • withEventDestinationName

        public CreateConfigurationSetEventDestinationRequest withEventDestinationName(String eventDestinationName)

        A name that identifies the event destination within the configuration set.

        Parameters:
        eventDestinationName - A name that identifies the event destination within the configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEventDestination

        public void setEventDestination(EventDestinationDefinition eventDestination)

        An object that defines the event destination.

        Parameters:
        eventDestination - An object that defines the event destination.
      • getEventDestination

        public EventDestinationDefinition getEventDestination()

        An object that defines the event destination.

        Returns:
        An object that defines the event destination.
      • 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 によって変換されたページ (->オリジナル) /