@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Application extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Application() |
Modifier and Type | Method and Description |
---|---|
Application |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the application.
|
String |
getId()
The application ID.
|
String |
getName()
The application name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
The description of the application.
|
void |
setId(String id)
The application ID.
|
void |
setName(String name)
The application name.
|
String |
toString()
Returns a string representation of this object.
|
Application |
withDescription(String description)
The description of the application.
|
Application |
withId(String id)
The application ID.
|
Application |
withName(String name)
The application name.
|
public void setId(String id)
The application ID.
id
- The application ID.public String getId()
The application ID.
public Application withId(String id)
The application ID.
id
- The application ID.public void setName(String name)
The application name.
name
- The application name.public String getName()
The application name.
public Application withName(String name)
The application name.
name
- The application name.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 Application withDescription(String description)
The description of the application.
description
- The description of the application.public String toString()
toString
in class Object
Object.toString()
public Application clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.