@Generated(value="software.amazon.awssdk:codegen") public final class ParameterValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParameterValue.Builder,ParameterValue>
Parameter value of the application.
Modifier and Type | Class and Description |
---|---|
static interface |
ParameterValue.Builder |
Modifier and Type | Method and Description |
---|---|
static ParameterValue.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The key associated with the parameter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ParameterValue.Builder> |
serializableBuilderClass() |
ParameterValue.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
value()
The input value associated with the parameter.
|
copy
public 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.
public String value()
The input value associated with the parameter.
public ParameterValue.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ParameterValue.Builder,ParameterValue>
public static ParameterValue.Builder builder()
public static Class<? extends ParameterValue.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.