@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationSummary extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ApplicationSummary() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSummary |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ApplicationSummary |
clearTagsEntries()
Removes all the entries added into Tags.
|
ApplicationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
|
String |
getId()
|
Map<String,String> |
getTags()
|
String |
getType()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
|
void |
setId(String id)
|
void |
setTags(Map<String,String> tags)
|
void |
setType(String type)
|
String |
toString()
Returns a string representation of this object.
|
ApplicationSummary |
withArn(String arn)
|
ApplicationSummary |
withId(String id)
|
ApplicationSummary |
withTags(Map<String,String> tags)
|
ApplicationSummary |
withType(ApplicationType type)
|
ApplicationSummary |
withType(String type)
|
public void setId(String id)
id - public String getId()
public ApplicationSummary withId(String id)
id - public void setType(String type)
type - ApplicationTypepublic String getType()
ApplicationTypepublic ApplicationSummary withType(String type)
type - ApplicationTypepublic ApplicationSummary withType(ApplicationType type)
type - ApplicationTypepublic void setArn(String arn)
arn - public String getArn()
public ApplicationSummary withArn(String arn)
arn - public ApplicationSummary withTags(Map<String,String> tags)
tags - public ApplicationSummary addTagsEntry(String key, String value)
public ApplicationSummary clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public ApplicationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.