@Generated(value="software.amazon.awssdk:codegen") public final class StudioComponentSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StudioComponentSummary.Builder,StudioComponentSummary>
The studio component's summary.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StudioComponentSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StudioComponentSummary.Builder |
builder() |
Instant |
createdAt()
The ISO timestamp in seconds for when the resource was created.
|
String |
createdBy()
The user ID of the user that created the studio component.
|
String |
description()
The description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name for the studio component.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StudioComponentSummary.Builder> |
serializableBuilderClass() |
String |
studioComponentId()
The unique identifier for a studio component resource.
|
StudioComponentSubtype |
subtype()
The specific subtype of a studio component.
|
String |
subtypeAsString()
The specific subtype of a studio component.
|
StudioComponentSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
StudioComponentType |
type()
The type of the studio component.
|
String |
typeAsString()
The type of the studio component.
|
Instant |
updatedAt()
The ISO timestamp in seconds for when the resource was updated.
|
String |
updatedBy()
The user ID of the user that most recently updated the resource.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The ISO timestamp in seconds for when the resource was created.
public final String createdBy()
The user ID of the user that created the studio component.
public final String description()
The description.
public final String name()
The name for the studio component.
public final String studioComponentId()
The unique identifier for a studio component resource.
public final StudioComponentSubtype subtype()
The specific subtype of a studio component.
If the service returns an enum value that is not available in the current SDK version, subtype will
return StudioComponentSubtype.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from subtypeAsString().
StudioComponentSubtypepublic final String subtypeAsString()
The specific subtype of a studio component.
If the service returns an enum value that is not available in the current SDK version, subtype will
return StudioComponentSubtype.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from subtypeAsString().
StudioComponentSubtypepublic final StudioComponentType type()
The type of the studio component.
If the service returns an enum value that is not available in the current SDK version, type will return
StudioComponentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
StudioComponentTypepublic final String typeAsString()
The type of the studio component.
If the service returns an enum value that is not available in the current SDK version, type will return
StudioComponentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
StudioComponentTypepublic final Instant updatedAt()
The ISO timestamp in seconds for when the resource was updated.
public final String updatedBy()
The user ID of the user that most recently updated the resource.
public StudioComponentSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StudioComponentSummary.Builder,StudioComponentSummary>public static StudioComponentSummary.Builder builder()
public static Class<? extends StudioComponentSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.