@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationResponse extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ApplicationResponse() |
Modifier and Type | Method and Description |
---|---|
ApplicationResponse |
addTagsEntry(String key,
String value) |
ApplicationResponse |
clearTagsEntries()
Removes all the entries added into Tags.
|
ApplicationResponse |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The arn for the application.
|
String |
getId()
The unique application ID.
|
String |
getName()
The display name of the application.
|
Map<String,String> |
getTags()
The Tags for the application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The arn for the application.
|
void |
setId(String id)
The unique application ID.
|
void |
setName(String name)
The display name of the application.
|
void |
setTags(Map<String,String> tags)
The Tags for the application.
|
String |
toString()
Returns a string representation of this object.
|
ApplicationResponse |
withArn(String arn)
The arn for the application.
|
ApplicationResponse |
withId(String id)
The unique application ID.
|
ApplicationResponse |
withName(String name)
The display name of the application.
|
ApplicationResponse |
withTags(Map<String,String> tags)
The Tags for the application.
|
public void setArn(String arn)
arn
- The arn for the application.public String getArn()
public ApplicationResponse withArn(String arn)
arn
- The arn for the application.public void setId(String id)
id
- The unique application ID.public String getId()
public ApplicationResponse withId(String id)
id
- The unique application ID.public void setName(String name)
name
- The display name of the application.public String getName()
public ApplicationResponse withName(String name)
name
- The display name of the application.public Map<String,String> getTags()
public void setTags(Map<String,String> tags)
tags
- The Tags for the application.public ApplicationResponse withTags(Map<String,String> tags)
tags
- The Tags for the application.public ApplicationResponse addTagsEntry(String key, String value)
public ApplicationResponse clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public ApplicationResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.