@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 String contextArn()
The Amazon Resource Name (ARN) of the context.
public String contextName()
The name of the context.
public ContextSource source()
The source of the context.
public String contextType()
The type of the context.
public Instant creationTime()
When the context was created.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.