Class StudioComponentSummary
- java.lang.Object
-
- software.amazon.awssdk.services.nimble.model.StudioComponentSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StudioComponentSummary.Builder,StudioComponentSummary>
@Generated("software.amazon.awssdk:codegen") public final class StudioComponentSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StudioComponentSummary.Builder,StudioComponentSummary>
The studio component's summary.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStudioComponentSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StudioComponentSummary.Builderbuilder()InstantcreatedAt()The ISO timestamp in seconds for when the resource was created.StringcreatedBy()The user ID of the user that created the studio component.Stringdescription()The description.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name for the studio component.List<SdkField<?>>sdkFields()static Class<? extends StudioComponentSummary.Builder>serializableBuilderClass()StringstudioComponentId()The unique identifier for a studio component resource.StudioComponentSubtypesubtype()The specific subtype of a studio component.StringsubtypeAsString()The specific subtype of a studio component.StudioComponentSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.StudioComponentTypetype()The type of the studio component.StringtypeAsString()The type of the studio component.InstantupdatedAt()The ISO timestamp in seconds for when the resource was updated.StringupdatedBy()The user ID of the user that most recently updated the resource.-
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
-
createdAt
public final Instant createdAt()
The ISO timestamp in seconds for when the resource was created.
- Returns:
- The ISO timestamp in seconds for when the resource was created.
-
createdBy
public final String createdBy()
The user ID of the user that created the studio component.
- Returns:
- The user ID of the user that created the studio component.
-
description
public final String description()
The description.
- Returns:
- The description.
-
name
public final String name()
The name for the studio component.
- Returns:
- The name for the studio component.
-
studioComponentId
public final String studioComponentId()
The unique identifier for a studio component resource.
- Returns:
- The unique identifier for a studio component resource.
-
subtype
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,
subtypewill returnStudioComponentSubtype.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsubtypeAsString().- Returns:
- The specific subtype of a studio component.
- See Also:
StudioComponentSubtype
-
subtypeAsString
public 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,
subtypewill returnStudioComponentSubtype.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsubtypeAsString().- Returns:
- The specific subtype of a studio component.
- See Also:
StudioComponentSubtype
-
type
public 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,
typewill returnStudioComponentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the studio component.
- See Also:
StudioComponentType
-
typeAsString
public 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,
typewill returnStudioComponentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the studio component.
- See Also:
StudioComponentType
-
updatedAt
public final Instant updatedAt()
The ISO timestamp in seconds for when the resource was updated.
- Returns:
- The ISO timestamp in seconds for when the resource was updated.
-
updatedBy
public final String updatedBy()
The user ID of the user that most recently updated the resource.
- Returns:
- The user ID of the user that most recently updated the resource.
-
toBuilder
public StudioComponentSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StudioComponentSummary.Builder,StudioComponentSummary>
-
builder
public static StudioComponentSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends StudioComponentSummary.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.
-
-