Class EnvironmentActionSummary

    • Method Detail

      • description

        public final String description()

        The environment action description.

        Returns:
        The environment action description.
      • domainId

        public final String domainId()

        The Amazon DataZone domain ID of the environment action.

        Returns:
        The Amazon DataZone domain ID of the environment action.
      • environmentId

        public final String environmentId()

        The environment ID of the environment action.

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

        public final String id()

        The ID of the environment action.

        Returns:
        The ID of the environment action.
      • name

        public final String name()

        The name of the environment action.

        Returns:
        The name of the environment action.
      • parameters

        public final ActionParameters parameters()

        The parameters of the environment action.

        Returns:
        The parameters of the environment action.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)