Class DocumentFilter
- java.lang.Object
-
- software.amazon.awssdk.services.ssm.model.DocumentFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DocumentFilter.Builder,DocumentFilter>
@Generated("software.amazon.awssdk:codegen") public final class DocumentFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DocumentFilter.Builder,DocumentFilter>
This data type is deprecated. Instead, use DocumentKeyValuesFilter.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDocumentFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DocumentFilter.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DocumentFilterKeykey()The name of the filter.StringkeyAsString()The name of the filter.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DocumentFilter.Builder>serializableBuilderClass()DocumentFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The value of the filter.-
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
-
key
public final DocumentFilterKey key()
The name of the filter.
If the service returns an enum value that is not available in the current SDK version,
keywill returnDocumentFilterKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromkeyAsString().- Returns:
- The name of the filter.
- See Also:
DocumentFilterKey
-
keyAsString
public final String keyAsString()
The name of the filter.
If the service returns an enum value that is not available in the current SDK version,
keywill returnDocumentFilterKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromkeyAsString().- Returns:
- The name of the filter.
- See Also:
DocumentFilterKey
-
value
public final String value()
The value of the filter.
- Returns:
- The value of the filter.
-
toBuilder
public DocumentFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DocumentFilter.Builder,DocumentFilter>
-
builder
public static DocumentFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends DocumentFilter.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-