Class ApplicationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.servicecatalogappregistry.model.ApplicationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
@Generated("software.amazon.awssdk:codegen") public final class ApplicationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
Summary of a Amazon Web Services Service Catalog AppRegistry application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon resource name (ARN) that specifies the application across services.static ApplicationSummary.Builderbuilder()InstantcreationTime()The ISO-8601 formatted timestamp of the moment when the application was created.Stringdescription()The description of the application.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the application.InstantlastUpdateTime()The ISO-8601 formatted timestamp of the moment when the application was last updated.Stringname()The name of the application.List<SdkField<?>>sdkFields()static Class<? extends ApplicationSummary.Builder>serializableBuilderClass()ApplicationSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
id
public final String id()
The identifier of the application.
- Returns:
- The identifier of the application.
-
arn
public final String arn()
The Amazon resource name (ARN) that specifies the application across services.
- Returns:
- The Amazon resource name (ARN) that specifies the application across services.
-
name
public final String name()
The name of the application. The name must be unique in the region in which you are creating the application.
- Returns:
- The name of the application. The name must be unique in the region in which you are creating the application.
-
description
public final String description()
The description of the application.
- Returns:
- The description of the application.
-
creationTime
public final Instant creationTime()
The ISO-8601 formatted timestamp of the moment when the application was created.
- Returns:
- The ISO-8601 formatted timestamp of the moment when the application was created.
-
lastUpdateTime
public final Instant lastUpdateTime()
The ISO-8601 formatted timestamp of the moment when the application was last updated.
- Returns:
- The ISO-8601 formatted timestamp of the moment when the application was last updated.
-
toBuilder
public ApplicationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
-
builder
public static ApplicationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApplicationSummary.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.
-
-