@Generated(value="software.amazon.awssdk:codegen") public final class ParameterStringFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParameterStringFilter.Builder,ParameterStringFilter>
One or more filters. Use a filter to return a more specific list of results.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ParameterStringFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ParameterStringFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasValues()
For responses, this returns true if the service returned a value for the Values property.
|
String |
key()
The name of the filter.
|
String |
option()
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ParameterStringFilter.Builder> |
serializableBuilderClass() |
ParameterStringFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<String> |
values()
The value you want to search for.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String key()
The name of the filter.
The ParameterStringFilter object is used by the DescribeParameters and
GetParametersByPath API operations. However, not all of the pattern values listed for Key can
be used with both operations.
For DescribeParameters, all of the listed patterns are valid except Label.
For GetParametersByPath, the following patterns listed for Key aren't valid:
tag, DataType, Name, Path, and Tier.
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.
The ParameterStringFilter object is used by the DescribeParameters and
GetParametersByPath API operations. However, not all of the pattern values listed for
Key can be used with both operations.
For DescribeParameters, all of the listed patterns are valid except Label.
For GetParametersByPath, the following patterns listed for Key aren't valid:
tag, DataType, Name, Path, and Tier.
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.
public final String option()
For all filters used with DescribeParameters, valid options include Equals and
BeginsWith. The Name filter additionally supports the Contains option.
(Exception: For filters using the key Path, valid options include Recursive and
OneLevel.)
For filters used with GetParametersByPath, valid options include Equals and
BeginsWith. (Exception: For filters using Label as the Key name, the only valid option
is Equals.)
Equals and
BeginsWith. The Name filter additionally supports the Contains
option. (Exception: For filters using the key Path, valid options include
Recursive and OneLevel.)
For filters used with GetParametersByPath, valid options include Equals and
BeginsWith. (Exception: For filters using Label as the Key name, the only valid
option is Equals.)
public final boolean hasValues()
isEmpty() 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.public final List<String> 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.
public ParameterStringFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ParameterStringFilter.Builder,ParameterStringFilter>public static ParameterStringFilter.Builder builder()
public static Class<? extends ParameterStringFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.