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 GetEnvironmentActionResult

    • Constructor Detail

      • GetEnvironmentActionResult

        public GetEnvironmentActionResult()
    • 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 GetEnvironmentActionResult 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 ID of the Amazon DataZone domain in which the environment action lives.

        Parameters:
        domainId - The ID of the Amazon DataZone domain in which the environment action lives.
      • getDomainId

        public String getDomainId()

        The ID of the Amazon DataZone domain in which the environment action lives.

        Returns:
        The ID of the Amazon DataZone domain in which the environment action lives.
      • withDomainId

        public GetEnvironmentActionResult withDomainId(String domainId)

        The ID of the Amazon DataZone domain in which the environment action lives.

        Parameters:
        domainId - The ID of the Amazon DataZone domain in which the environment action lives.
        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 GetEnvironmentActionResult 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 GetEnvironmentActionResult 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 GetEnvironmentActionResult 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 GetEnvironmentActionResult 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 によって変換されたページ (->オリジナル) /