Class ParameterStringFilter
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ParameterStringFilter.Builder,ParameterStringFilter>
One or more filters. Use a filter to return a more specific list of results.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final booleanFor responses, this returns true if the service returned a value for the Values property.final Stringkey()The name of the filter.final Stringoption()static Class<? extends ParameterStringFilter.Builder>final StringtoString()Returns a string representation of this object.values()The value you want to search for.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
-
key
The name of the filter.
The
ParameterStringFilterobject is used by the DescribeParameters and GetParametersByPath API operations. However, not all of the pattern values listed forKeycan be used with both operations.For
DescribeParameters, all of the listed patterns are valid exceptLabel.For
GetParametersByPath, the following patterns listed forKeyaren't valid:tag,DataType,Name,Path, andTier.For examples of Amazon Web Services CLI commands demonstrating valid parameter filter constructions, see Searching for Systems Manager parameters in the Amazon Web Services Systems Manager User Guide.
- Returns:
- The name of the filter.
The
ParameterStringFilterobject is used by the DescribeParameters and GetParametersByPath API operations. However, not all of the pattern values listed forKeycan be used with both operations.For
DescribeParameters, all of the listed patterns are valid exceptLabel.For
GetParametersByPath, the following patterns listed forKeyaren't valid:tag,DataType,Name,Path, andTier.For examples of Amazon Web Services CLI commands demonstrating valid parameter filter constructions, see Searching for Systems Manager parameters in the Amazon Web Services Systems Manager User Guide.
-
option
For all filters used with DescribeParameters, valid options include
EqualsandBeginsWith. TheNamefilter additionally supports theContainsoption. (Exception: For filters using the keyPath, valid options includeRecursiveandOneLevel.)For filters used with GetParametersByPath, valid options include
EqualsandBeginsWith. (Exception: For filters usingLabelas the Key name, the only valid option isEquals.)- Returns:
- For all filters used with DescribeParameters, valid options include
EqualsandBeginsWith. TheNamefilter additionally supports theContainsoption. (Exception: For filters using the keyPath, valid options includeRecursiveandOneLevel.)For filters used with GetParametersByPath, valid options include
EqualsandBeginsWith. (Exception: For filters usingLabelas the Key name, the only valid option isEquals.)
-
hasValues
public final boolean hasValues()For responses, this returns true if the service returned a value for the Values property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
values
The value you want to search for.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasValues()method.- Returns:
- The value you want to search for.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ParameterStringFilter.Builder,ParameterStringFilter>
-
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
-