@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetApplicationResult() |
Modifier and Type | Method and Description |
---|---|
GetApplicationResult |
addApplicationTagEntry(String key,
String value)
Add a single ApplicationTag entry
|
GetApplicationResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetApplicationResult |
clearApplicationTagEntries()
Removes all the entries added into ApplicationTag.
|
GetApplicationResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetApplicationResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getApplicationTag()
A key-value pair that identifies an associated resource.
|
String |
getArn()
The Amazon resource name (ARN) that specifies the application across services.
|
Integer |
getAssociatedResourceCount()
The number of top-level resources that were registered as part of this application.
|
Date |
getCreationTime()
The ISO-8601 formatted timestamp of the moment when the application was created.
|
String |
getDescription()
The description of the application.
|
String |
getId()
The identifier of the application.
|
Integrations |
getIntegrations()
The information about the integration of the application with other services, such as Resource Groups.
|
Date |
getLastUpdateTime()
The ISO-8601 formatted timestamp of the moment when the application was last updated.
|
String |
getName()
The name of the application.
|
Map<String,String> |
getTags()
Key-value pairs associated with the application.
|
int |
hashCode() |
void |
setApplicationTag(Map<String,String> applicationTag)
A key-value pair that identifies an associated resource.
|
void |
setArn(String arn)
The Amazon resource name (ARN) that specifies the application across services.
|
void |
setAssociatedResourceCount(Integer associatedResourceCount)
The number of top-level resources that were registered as part of this application.
|
void |
setCreationTime(Date creationTime)
The ISO-8601 formatted timestamp of the moment when the application was created.
|
void |
setDescription(String description)
The description of the application.
|
void |
setId(String id)
The identifier of the application.
|
void |
setIntegrations(Integrations integrations)
The information about the integration of the application with other services, such as Resource Groups.
|
void |
setLastUpdateTime(Date lastUpdateTime)
The ISO-8601 formatted timestamp of the moment when the application was last updated.
|
void |
setName(String name)
The name of the application.
|
void |
setTags(Map<String,String> tags)
Key-value pairs associated with the application.
|
String |
toString()
Returns a string representation of this object.
|
GetApplicationResult |
withApplicationTag(Map<String,String> applicationTag)
A key-value pair that identifies an associated resource.
|
GetApplicationResult |
withArn(String arn)
The Amazon resource name (ARN) that specifies the application across services.
|
GetApplicationResult |
withAssociatedResourceCount(Integer associatedResourceCount)
The number of top-level resources that were registered as part of this application.
|
GetApplicationResult |
withCreationTime(Date creationTime)
The ISO-8601 formatted timestamp of the moment when the application was created.
|
GetApplicationResult |
withDescription(String description)
The description of the application.
|
GetApplicationResult |
withId(String id)
The identifier of the application.
|
GetApplicationResult |
withIntegrations(Integrations integrations)
The information about the integration of the application with other services, such as Resource Groups.
|
GetApplicationResult |
withLastUpdateTime(Date lastUpdateTime)
The ISO-8601 formatted timestamp of the moment when the application was last updated.
|
GetApplicationResult |
withName(String name)
The name of the application.
|
GetApplicationResult |
withTags(Map<String,String> tags)
Key-value pairs associated with the application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The identifier of the application.
id
- The identifier of the application.public String getId()
The identifier of the application.
public GetApplicationResult withId(String id)
The identifier of the application.
id
- The identifier of the application.public void setArn(String arn)
The Amazon resource name (ARN) that specifies the application across services.
arn
- The Amazon resource name (ARN) that specifies the application across services.public String getArn()
The Amazon resource name (ARN) that specifies the application across services.
public GetApplicationResult withArn(String arn)
The Amazon resource name (ARN) that specifies the application across services.
arn
- The Amazon resource name (ARN) that specifies the application across services.public void setName(String name)
The name of the application. The name must be unique in the region in which you are creating the application.
name
- The name of the application. The name must be unique in the region in which you are creating the
application.public String getName()
The name of the application. The name must be unique in the region in which you are creating the application.
public GetApplicationResult withName(String name)
The name of the application. The name must be unique in the region in which you are creating the application.
name
- The name of the application. The name must be unique in the region in which you are creating the
application.public void setDescription(String description)
The description of the application.
description
- The description of the application.public String getDescription()
The description of the application.
public GetApplicationResult withDescription(String description)
The description of the application.
description
- The description of the application.public void setCreationTime(Date creationTime)
The ISO-8601 formatted timestamp of the moment when the application was created.
creationTime
- The ISO-8601 formatted timestamp of the moment when the application was created.public Date getCreationTime()
The ISO-8601 formatted timestamp of the moment when the application was created.
public GetApplicationResult withCreationTime(Date creationTime)
The ISO-8601 formatted timestamp of the moment when the application was created.
creationTime
- The ISO-8601 formatted timestamp of the moment when the application was created.public void setLastUpdateTime(Date lastUpdateTime)
The ISO-8601 formatted timestamp of the moment when the application was last updated.
lastUpdateTime
- The ISO-8601 formatted timestamp of the moment when the application was last updated.public Date getLastUpdateTime()
The ISO-8601 formatted timestamp of the moment when the application was last updated.
public GetApplicationResult withLastUpdateTime(Date lastUpdateTime)
The ISO-8601 formatted timestamp of the moment when the application was last updated.
lastUpdateTime
- The ISO-8601 formatted timestamp of the moment when the application was last updated.public void setAssociatedResourceCount(Integer associatedResourceCount)
The number of top-level resources that were registered as part of this application.
associatedResourceCount
- The number of top-level resources that were registered as part of this application.public Integer getAssociatedResourceCount()
The number of top-level resources that were registered as part of this application.
public GetApplicationResult withAssociatedResourceCount(Integer associatedResourceCount)
The number of top-level resources that were registered as part of this application.
associatedResourceCount
- The number of top-level resources that were registered as part of this application.public Map<String,String> getTags()
Key-value pairs associated with the application.
public void setTags(Map<String,String> tags)
Key-value pairs associated with the application.
tags
- Key-value pairs associated with the application.public GetApplicationResult withTags(Map<String,String> tags)
Key-value pairs associated with the application.
tags
- Key-value pairs associated with the application.public GetApplicationResult addTagsEntry(String key, String value)
public GetApplicationResult clearTagsEntries()
public void setIntegrations(Integrations integrations)
The information about the integration of the application with other services, such as Resource Groups.
integrations
- The information about the integration of the application with other services, such as Resource Groups.public Integrations getIntegrations()
The information about the integration of the application with other services, such as Resource Groups.
public GetApplicationResult withIntegrations(Integrations integrations)
The information about the integration of the application with other services, such as Resource Groups.
integrations
- The information about the integration of the application with other services, such as Resource Groups.public Map<String,String> getApplicationTag()
A key-value pair that identifies an associated resource.
public void setApplicationTag(Map<String,String> applicationTag)
A key-value pair that identifies an associated resource.
applicationTag
- A key-value pair that identifies an associated resource.public GetApplicationResult withApplicationTag(Map<String,String> applicationTag)
A key-value pair that identifies an associated resource.
applicationTag
- A key-value pair that identifies an associated resource.public GetApplicationResult addApplicationTagEntry(String key, String value)
public GetApplicationResult clearApplicationTagEntries()
public String toString()
toString
in class Object
Object.toString()
public GetApplicationResult clone()