Class ParameterDeclaration

    • Method Detail

      • parameterKey

        public final String parameterKey()

        The name that's associated with the parameter.

        Returns:
        The name that's associated with the parameter.
      • defaultValue

        public final String defaultValue()

        The default value of the parameter.

        Returns:
        The default value of the parameter.
      • parameterType

        public final String parameterType()

        The type of parameter.

        Returns:
        The type of parameter.
      • noEcho

        public final Boolean noEcho()

        Flag that indicates whether the parameter value is shown as plain text in logs and in the Amazon Web Services Management Console.

        Returns:
        Flag that indicates whether the parameter value is shown as plain text in logs and in the Amazon Web Services Management Console.
      • description

        public final String description()

        The description that's associate with the parameter.

        Returns:
        The description that's associate with the parameter.
      • parameterConstraints

        public final ParameterConstraints parameterConstraints()

        The criteria that CloudFormation uses to validate parameter values.

        Returns:
        The criteria that CloudFormation uses to validate parameter values.
      • 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)