Class ParameterDeclaration

java.lang.Object
software.amazon.awssdk.services.cloudformation.model.ParameterDeclaration
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ParameterDeclaration.Builder,ParameterDeclaration>

@Generated("software.amazon.awssdk:codegen") public final class ParameterDeclaration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParameterDeclaration.Builder,ParameterDeclaration>

The ParameterDeclaration data type.

See Also:
  • Method Details

    • 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.
    • toBuilder

      public ParameterDeclaration.Builder toBuilder()
      Specified by:
      toBuilder in interface ToCopyableBuilder<ParameterDeclaration.Builder,ParameterDeclaration>
    • builder

      public static ParameterDeclaration.Builder builder()
    • serializableBuilderClass

      public static Class<? extends ParameterDeclaration.Builder> serializableBuilderClass()
    • hashCode

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

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

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • 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)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo