@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about the Application.
Constructor and Description |
---|
ApplicationSummary() |
Modifier and Type | Method and Description |
---|---|
ApplicationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the Application.
|
Date |
getCreatedTime()
The time when the application was created.
|
String |
getId()
A unique identifier for the Application.
|
Date |
getLastModifiedTime()
The time when the application was last modified.
|
String |
getName()
The name of the application.
|
String |
getNamespace()
The namespace of the application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the Application.
|
void |
setCreatedTime(Date createdTime)
The time when the application was created.
|
void |
setId(String id)
A unique identifier for the Application.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The time when the application was last modified.
|
void |
setName(String name)
The name of the application.
|
void |
setNamespace(String namespace)
The namespace of the application.
|
String |
toString()
Returns a string representation of this object.
|
ApplicationSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the Application.
|
ApplicationSummary |
withCreatedTime(Date createdTime)
The time when the application was created.
|
ApplicationSummary |
withId(String id)
A unique identifier for the Application.
|
ApplicationSummary |
withLastModifiedTime(Date lastModifiedTime)
The time when the application was last modified.
|
ApplicationSummary |
withName(String name)
The name of the application.
|
ApplicationSummary |
withNamespace(String namespace)
The namespace of the application.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the Application.
arn
- The Amazon Resource Name (ARN) of the Application.public String getArn()
The Amazon Resource Name (ARN) of the Application.
public ApplicationSummary withArn(String arn)
The Amazon Resource Name (ARN) of the Application.
arn
- The Amazon Resource Name (ARN) of the Application.public void setId(String id)
A unique identifier for the Application.
id
- A unique identifier for the Application.public String getId()
A unique identifier for the Application.
public ApplicationSummary withId(String id)
A unique identifier for the Application.
id
- A unique identifier for the Application.public void setName(String name)
The name of the application.
name
- The name of the application.public String getName()
The name of the application.
public ApplicationSummary withName(String name)
The name of the application.
name
- The name of the application.public void setNamespace(String namespace)
The namespace of the application.
namespace
- The namespace of the application.public String getNamespace()
The namespace of the application.
public ApplicationSummary withNamespace(String namespace)
The namespace of the application.
namespace
- The namespace of the application.public void setCreatedTime(Date createdTime)
The time when the application was created.
createdTime
- The time when the application was created.public Date getCreatedTime()
The time when the application was created.
public ApplicationSummary withCreatedTime(Date createdTime)
The time when the application was created.
createdTime
- The time when the application was created.public void setLastModifiedTime(Date lastModifiedTime)
The time when the application was last modified.
lastModifiedTime
- The time when the application was last modified.public Date getLastModifiedTime()
The time when the application was last modified.
public ApplicationSummary withLastModifiedTime(Date lastModifiedTime)
The time when the application was last modified.
lastModifiedTime
- The time when the application was last modified.public String toString()
toString
in class Object
Object.toString()
public ApplicationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.