Class Parameter
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Parameter.Builder,Parameter>
An Amazon Web Services Systems Manager parameter in Parameter Store.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()The Amazon Resource Name (ARN) of the parameter.static Parameter.Builderbuilder()final StringdataType()The data type of the parameter, such astextoraws:ec2:image.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantDate the parameter was last changed or updated and the parameter version was created.final Stringname()The name of the parameter.final Stringselector()Either the version number or the label used to retrieve the parameter value.static Class<? extends Parameter.Builder>final StringApplies to parameters that reference information in other Amazon Web Services services.final StringtoString()Returns a string representation of this object.final ParameterTypetype()The type of parameter.final StringThe type of parameter.final Stringvalue()The parameter value.final Longversion()The parameter version.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
name
The name of the parameter.
- Returns:
- The name of the parameter.
-
type
The type of parameter. Valid values include the following:
String,StringList, andSecureString.If type is
StringList, the system returns a comma-separated string with no spaces between commas in theValuefield.If the service returns an enum value that is not available in the current SDK version,
typewill returnParameterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of parameter. Valid values include the following:
String,StringList, andSecureString.If type is
StringList, the system returns a comma-separated string with no spaces between commas in theValuefield. - See Also:
-
typeAsString
The type of parameter. Valid values include the following:
String,StringList, andSecureString.If type is
StringList, the system returns a comma-separated string with no spaces between commas in theValuefield.If the service returns an enum value that is not available in the current SDK version,
typewill returnParameterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of parameter. Valid values include the following:
String,StringList, andSecureString.If type is
StringList, the system returns a comma-separated string with no spaces between commas in theValuefield. - See Also:
-
value
The parameter value.
If type is
StringList, the system returns a comma-separated string with no spaces between commas in theValuefield.- Returns:
- The parameter value.
If type is
StringList, the system returns a comma-separated string with no spaces between commas in theValuefield.
-
version
The parameter version.
- Returns:
- The parameter version.
-
selector
Either the version number or the label used to retrieve the parameter value. Specify selectors by using one of the following formats:
parameter_name:version
parameter_name:label
- Returns:
- Either the version number or the label used to retrieve the parameter value. Specify selectors by using
one of the following formats:
parameter_name:version
parameter_name:label
-
sourceResult
Applies to parameters that reference information in other Amazon Web Services services.
SourceResultis the raw result or response from the source.- Returns:
- Applies to parameters that reference information in other Amazon Web Services services.
SourceResultis the raw result or response from the source.
-
lastModifiedDate
Date the parameter was last changed or updated and the parameter version was created.
- Returns:
- Date the parameter was last changed or updated and the parameter version was created.
-
arn
The Amazon Resource Name (ARN) of the parameter.
- Returns:
- The Amazon Resource Name (ARN) of the parameter.
-
dataType
The data type of the parameter, such as
textoraws:ec2:image. The default istext.- Returns:
- The data type of the parameter, such as
textoraws:ec2:image. The default istext.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<Parameter.Builder,Parameter>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-