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

Class UpdateEnvironmentActionResult

    • Constructor Detail

      • UpdateEnvironmentActionResult

        public UpdateEnvironmentActionResult()
    • Method Detail

      • setDescription

        public void setDescription(String description)

        The description of the environment action.

        Parameters:
        description - The description of the environment action.
      • getDescription

        public String getDescription()

        The description of the environment action.

        Returns:
        The description of the environment action.
      • withDescription

        public UpdateEnvironmentActionResult withDescription(String description)

        The description of the environment action.

        Parameters:
        description - The description of the environment action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDomainId

        public void setDomainId(String domainId)

        The domain ID of the environment action.

        Parameters:
        domainId - The domain ID of the environment action.
      • getDomainId

        public String getDomainId()

        The domain ID of the environment action.

        Returns:
        The domain ID of the environment action.
      • withDomainId

        public UpdateEnvironmentActionResult withDomainId(String domainId)

        The domain ID of the environment action.

        Parameters:
        domainId - The domain ID of the environment action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEnvironmentId

        public void setEnvironmentId(String environmentId)

        The environment ID of the environment action.

        Parameters:
        environmentId - The environment ID of the environment action.
      • getEnvironmentId

        public String getEnvironmentId()

        The environment ID of the environment action.

        Returns:
        The environment ID of the environment action.
      • withEnvironmentId

        public UpdateEnvironmentActionResult withEnvironmentId(String environmentId)

        The environment ID of the environment action.

        Parameters:
        environmentId - The environment ID of the environment action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)

        The ID of the environment action.

        Parameters:
        id - The ID of the environment action.
      • getId

        public String getId()

        The ID of the environment action.

        Returns:
        The ID of the environment action.
      • withId

        public UpdateEnvironmentActionResult withId(String id)

        The ID of the environment action.

        Parameters:
        id - The ID of the environment action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of the environment action.

        Parameters:
        name - The name of the environment action.
      • getName

        public String getName()

        The name of the environment action.

        Returns:
        The name of the environment action.
      • withName

        public UpdateEnvironmentActionResult withName(String name)

        The name of the environment action.

        Parameters:
        name - The name of the environment action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setParameters

        public void setParameters(ActionParameters parameters)

        The parameters of the environment action.

        Parameters:
        parameters - The parameters of the environment action.
      • getParameters

        public ActionParameters getParameters()

        The parameters of the environment action.

        Returns:
        The parameters of the environment action.
      • withParameters

        public UpdateEnvironmentActionResult withParameters(ActionParameters parameters)

        The parameters of the environment action.

        Parameters:
        parameters - The parameters of the environment action.
        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 によって変換されたページ (->オリジナル) /