@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateApplicationRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateApplicationRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDescription()
 Description of the application to be created. | 
| String | getName()
 Name of the application to be created. | 
| int | hashCode() | 
| void | setDescription(String description)
 Description of the application to be created. | 
| void | setName(String name)
 Name of the application to be created. | 
| String | toString()Returns a string representation of this object. | 
| CreateApplicationRequest | withDescription(String description)
 Description of the application to be created. | 
| CreateApplicationRequest | withName(String name)
 Name of the application to be created. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setName(String name)
Name of the application to be created.
name - Name of the application to be created.public String getName()
Name of the application to be created.
public CreateApplicationRequest withName(String name)
Name of the application to be created.
name - Name of the application to be created.public void setDescription(String description)
Description of the application to be created.
description - Description of the application to be created.public String getDescription()
Description of the application to be created.
public CreateApplicationRequest withDescription(String description)
Description of the application to be created.
description - Description of the application to be created.public String toString()
toString in class ObjectObject.toString()public CreateApplicationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()