@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
Summary of a Service Catalog AppRegistry application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon resource name (ARN) that specifies the application across services.
|
static ApplicationSummary.Builder |
builder() |
Instant |
creationTime()
The ISO-8601 formatted timestamp of the moment when the application was created.
|
String |
description()
The description of the application.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the application.
|
Instant |
lastUpdateTime()
The ISO-8601 formatted timestamp of the moment when the application was last updated.
|
String |
name()
The name of the application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApplicationSummary.Builder> |
serializableBuilderClass() |
ApplicationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String id()
The identifier of the application.
public String arn()
The Amazon resource name (ARN) that specifies the application across services.
public String name()
The name of the application. The name must be unique in the region in which you are creating the application.
public String description()
The description of the application.
public Instant creationTime()
The ISO-8601 formatted timestamp of the moment when the application was created.
public Instant lastUpdateTime()
The ISO-8601 formatted timestamp of the moment when the application was last updated.
public ApplicationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>public static ApplicationSummary.Builder builder()
public static Class<? extends ApplicationSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.