Class ContextSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.ContextSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ContextSummary.Builder,ContextSummary>
@Generated("software.amazon.awssdk:codegen") public final class ContextSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContextSummary.Builder,ContextSummary>
Lists a summary of the properties of a context. A context provides a logical grouping of other entities.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceContextSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContextSummary.Builderbuilder()StringcontextArn()The Amazon Resource Name (ARN) of the context.StringcontextName()The name of the context.StringcontextType()The type of the context.InstantcreationTime()When the context was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedTime()When the context was last modified.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ContextSummary.Builder>serializableBuilderClass()ContextSourcesource()The source of the context.ContextSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
contextArn
public final String contextArn()
The Amazon Resource Name (ARN) of the context.
- Returns:
- The Amazon Resource Name (ARN) of the context.
-
contextName
public final String contextName()
The name of the context.
- Returns:
- The name of the context.
-
source
public final ContextSource source()
The source of the context.
- Returns:
- The source of the context.
-
contextType
public final String contextType()
The type of the context.
- Returns:
- The type of the context.
-
creationTime
public final Instant creationTime()
When the context was created.
- Returns:
- When the context was created.
-
lastModifiedTime
public final Instant lastModifiedTime()
When the context was last modified.
- Returns:
- When the context was last modified.
-
toBuilder
public ContextSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ContextSummary.Builder,ContextSummary>
-
builder
public static ContextSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ContextSummary.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
-
-