@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContextSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContextSummary.Builder |
builder() |
String |
contextArn()
The Amazon Resource Name (ARN) of the context.
|
String |
contextName()
The name of the context.
|
String |
contextType()
The type of the context.
|
Instant |
creationTime()
When the context was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
When the context was last modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContextSummary.Builder> |
serializableBuilderClass() |
ContextSource |
source()
The source of the context.
|
ContextSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String contextArn()
The Amazon Resource Name (ARN) of the context.
public final String contextName()
The name of the context.
public final ContextSource source()
The source of the context.
public final String contextType()
The type of the context.
public final Instant creationTime()
When the context was created.
public final Instant lastModifiedTime()
When the context was last modified.
public ContextSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContextSummary.Builder,ContextSummary>public static ContextSummary.Builder builder()
public static Class<? extends ContextSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.