@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateApplicationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateApplicationResult |
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 |
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.
|
UpdateApplicationResult |
withDescription(String description)
The description of the application.
|
UpdateApplicationResult |
withId(String id)
The application ID.
|
UpdateApplicationResult |
withName(String name)
The application name.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The application ID.
id
- The application ID.public String getId()
The application ID.
public UpdateApplicationResult 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 UpdateApplicationResult 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 UpdateApplicationResult withDescription(String description)
The description of the application.
description
- The description of the application.public String toString()
toString
in class Object
Object.toString()
public UpdateApplicationResult clone()