@Generated(value="software.amazon.awssdk:codegen") public final class SolutionVersionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SolutionVersionSummary.Builder,SolutionVersionSummary>
Provides a summary of the properties of a solution version. For a complete listing, call the DescribeSolutionVersion API.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SolutionVersionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SolutionVersionSummary.Builder |
builder() |
Instant |
creationDateTime()
The date and time (in Unix time) that this version of a solution was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If a solution version fails, the reason behind the failure.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The date and time (in Unix time) that the solution version was last updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SolutionVersionSummary.Builder> |
serializableBuilderClass() |
String |
solutionVersionArn()
The Amazon Resource Name (ARN) of the solution version.
|
String |
status()
The status of the solution version.
|
SolutionVersionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String solutionVersionArn()
The Amazon Resource Name (ARN) of the solution version.
public final String status()
The status of the solution version.
A solution version can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
A solution version can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
public final Instant creationDateTime()
The date and time (in Unix time) that this version of a solution was created.
public final Instant lastUpdatedDateTime()
The date and time (in Unix time) that the solution version was last updated.
public final String failureReason()
If a solution version fails, the reason behind the failure.
public SolutionVersionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SolutionVersionSummary.Builder,SolutionVersionSummary>public static SolutionVersionSummary.Builder builder()
public static Class<? extends SolutionVersionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.