Class ParameterValue
- java.lang.Object
-
- software.amazon.awssdk.services.serverlessapplicationrepository.model.ParameterValue
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ParameterValue.Builder,ParameterValue>
@Generated("software.amazon.awssdk:codegen") public final class ParameterValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParameterValue.Builder,ParameterValue>
Parameter value of the application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceParameterValue.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParameterValue.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The key associated with the parameter.List<SdkField<?>>sdkFields()static Class<? extends ParameterValue.Builder>serializableBuilderClass()ParameterValue.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The input value associated with the parameter.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
- Returns:
- The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
-
value
public final String value()
The input value associated with the parameter.
- Returns:
- The input value associated with the parameter.
-
toBuilder
public ParameterValue.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ParameterValue.Builder,ParameterValue>
-
builder
public static ParameterValue.Builder builder()
-
serializableBuilderClass
public static Class<? extends ParameterValue.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
-