@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 |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The unique application ID.
|
String |
getName()
The display name of the application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setId(String id)
The unique application ID.
|
void |
setName(String name)
The display name of the application.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ApplicationResponse |
withId(String id)
The unique application ID.
|
ApplicationResponse |
withName(String name)
The display name of 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 String toString()
toString in class ObjectObject.toString()public ApplicationResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.