StructuredPojo
, ToCopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
@Generated("software.amazon.awssdk:codegen") public class ApplicationSummary extends Object implements StructuredPojo, ToCopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
Provides application summary information, including the application Amazon Resource Name (ARN), name, and status.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ApplicationSummary.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
applicationARN() |
ARN of the application.
|
String |
applicationName() |
Name of the application.
|
String |
applicationStatus() |
Status of the application.
|
static ApplicationSummary.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends ApplicationSummary.Builder> |
serializableBuilderClass() |
|
ApplicationSummary.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String applicationName()
Name of the application.
public String applicationARN()
ARN of the application.
public String applicationStatus()
Status of the application.
ApplicationStatus
public ApplicationSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
public static ApplicationSummary.Builder builder()
public static Class<? extends ApplicationSummary.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.