Class VisibilityConditions
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.VisibilityConditions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VisibilityConditions.Builder,VisibilityConditions>
@Generated("software.amazon.awssdk:codegen") public final class VisibilityConditions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VisibilityConditions.Builder,VisibilityConditions>
The list of key-value pairs used to filter your search results. If a search result contains a key from your list, it is included in the final search response if the value associated with the key in the result matches the value you specified. If the value doesn't match, the result is excluded from the search response. Any resources that don't have a key from the list that you've provided will also be included in the search response.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVisibilityConditions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VisibilityConditions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkey()The key that specifies the tag that you're using to filter the search results.List<SdkField<?>>sdkFields()static Class<? extends VisibilityConditions.Builder>serializableBuilderClass()VisibilityConditions.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The value for the tag that you're using to filter the search results.-
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 String key()
The key that specifies the tag that you're using to filter the search results. It must be in the following format:
Tags.<key>.- Returns:
- The key that specifies the tag that you're using to filter the search results. It must be in the
following format:
Tags.<key>.
-
value
public final String value()
The value for the tag that you're using to filter the search results.
- Returns:
- The value for the tag that you're using to filter the search results.
-
toBuilder
public VisibilityConditions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VisibilityConditions.Builder,VisibilityConditions>
-
builder
public static VisibilityConditions.Builder builder()
-
serializableBuilderClass
public static Class<? extends VisibilityConditions.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.
-
-