@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 |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateApplicationRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateApplicationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A description of the application.
|
String |
getName()
A name for the application.
|
Map<String,String> |
getTags()
Metadata to assign to the application.
|
int |
hashCode() |
void |
setDescription(String description)
A description of the application.
|
void |
setName(String name)
A name for the application.
|
void |
setTags(Map<String,String> tags)
Metadata to assign to the application.
|
String |
toString()
Returns a string representation of this object.
|
CreateApplicationRequest |
withDescription(String description)
A description of the application.
|
CreateApplicationRequest |
withName(String name)
A name for the application.
|
CreateApplicationRequest |
withTags(Map<String,String> tags)
Metadata to assign to the application.
|
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, withSdkRequestTimeout
public void setName(String name)
A name for the application.
name
- A name for the application.public String getName()
A name for the application.
public CreateApplicationRequest withName(String name)
A name for the application.
name
- A name for the application.public void setDescription(String description)
A description of the application.
description
- A description of the application.public String getDescription()
A description of the application.
public CreateApplicationRequest withDescription(String description)
A description of the application.
description
- A description of the application.public Map<String,String> getTags()
Metadata to assign to the application. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
public void setTags(Map<String,String> tags)
Metadata to assign to the application. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
tags
- Metadata to assign to the application. Tags help organize and categorize your AppConfig resources. Each
tag consists of a key and an optional value, both of which you define.public CreateApplicationRequest withTags(Map<String,String> tags)
Metadata to assign to the application. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
tags
- Metadata to assign to the application. Tags help organize and categorize your AppConfig resources. Each
tag consists of a key and an optional value, both of which you define.public CreateApplicationRequest addTagsEntry(String key, String value)
public CreateApplicationRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()