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 that you specify for your resources.
- 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>/EqualsIfExists.- 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>/EqualsIfExists.
-
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.
-
-