@Generated(value="software.amazon.awssdk:codegen") public final class StudioLifecycleConfigDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StudioLifecycleConfigDetails.Builder,StudioLifecycleConfigDetails>
Details of the Studio Lifecycle Configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StudioLifecycleConfigDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StudioLifecycleConfigDetails.Builder |
builder() |
Instant |
creationTime()
The creation time of the Studio Lifecycle Configuration.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StudioLifecycleConfigDetails.Builder> |
serializableBuilderClass() |
StudioLifecycleConfigAppType |
studioLifecycleConfigAppType()
The App type to which the Lifecycle Configuration is attached.
|
String |
studioLifecycleConfigAppTypeAsString()
The App type to which the Lifecycle Configuration is attached.
|
String |
studioLifecycleConfigArn()
The Amazon Resource Name (ARN) of the Lifecycle Configuration.
|
String |
studioLifecycleConfigName()
The name of the Studio Lifecycle Configuration.
|
StudioLifecycleConfigDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String studioLifecycleConfigArn()
The Amazon Resource Name (ARN) of the Lifecycle Configuration.
public final String studioLifecycleConfigName()
The name of the Studio Lifecycle Configuration.
public final Instant creationTime()
The creation time of the Studio Lifecycle Configuration.
public final Instant lastModifiedTime()
This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.
public final StudioLifecycleConfigAppType studioLifecycleConfigAppType()
The App type to which the Lifecycle Configuration is attached.
If the service returns an enum value that is not available in the current SDK version,
studioLifecycleConfigAppType will return StudioLifecycleConfigAppType.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from studioLifecycleConfigAppTypeAsString().
StudioLifecycleConfigAppTypepublic final String studioLifecycleConfigAppTypeAsString()
The App type to which the Lifecycle Configuration is attached.
If the service returns an enum value that is not available in the current SDK version,
studioLifecycleConfigAppType will return StudioLifecycleConfigAppType.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from studioLifecycleConfigAppTypeAsString().
StudioLifecycleConfigAppTypepublic StudioLifecycleConfigDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StudioLifecycleConfigDetails.Builder,StudioLifecycleConfigDetails>public static StudioLifecycleConfigDetails.Builder builder()
public static Class<? extends StudioLifecycleConfigDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.