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