Class Parameter
- java.lang.Object
-
- software.amazon.awssdk.services.appconfig.model.Parameter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Parameter.Builder,Parameter>
@Generated("software.amazon.awssdk:codegen") public final class Parameter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Parameter.Builder,Parameter>
A value such as an Amazon Resource Name (ARN) or an Amazon Simple Notification Service topic entered in an extension when invoked. Parameter values are specified in an extension association. For more information about extensions, see Extending workflows in the AppConfig User Guide.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceParameter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Parameter.Builderbuilder()Stringdescription()Information about the parameter.Booleandynamic()Indicates whether this parameter's value can be supplied at the extension's action point instead of during extension association.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Booleanrequired()A parameter value must be specified in the extension association.List<SdkField<?>>sdkFields()static Class<? extends Parameter.Builder>serializableBuilderClass()Parameter.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
description
public final String description()
Information about the parameter.
- Returns:
- Information about the parameter.
-
required
public final Boolean required()
A parameter value must be specified in the extension association.
- Returns:
- A parameter value must be specified in the extension association.
-
dynamic
public final Boolean dynamic()
Indicates whether this parameter's value can be supplied at the extension's action point instead of during extension association. Dynamic parameters can't be marked
Required.- Returns:
- Indicates whether this parameter's value can be supplied at the extension's action point instead of
during extension association. Dynamic parameters can't be marked
Required.
-
toBuilder
public Parameter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Parameter.Builder,Parameter>
-
builder
public static Parameter.Builder builder()
-
serializableBuilderClass
public static Class<? extends Parameter.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.
-
-