@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to create an application.
NOOP| Constructor and Description |
|---|
CreateApplicationRequest()
Default constructor for CreateApplicationRequest object.
|
CreateApplicationRequest(String applicationName)
Constructs a new CreateApplicationRequest object.
|
| 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 |
getApplicationName()
The name of the application.
|
String |
getDescription()
Describes the application.
|
ApplicationResourceLifecycleConfig |
getResourceLifecycleConfig()
Specify an application resource lifecycle configuration to prevent your application from accumulating too many
versions.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of the application.
|
void |
setDescription(String description)
Describes the application.
|
void |
setResourceLifecycleConfig(ApplicationResourceLifecycleConfig resourceLifecycleConfig)
Specify an application resource lifecycle configuration to prevent your application from accumulating too many
versions.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateApplicationRequest |
withApplicationName(String applicationName)
The name of the application.
|
CreateApplicationRequest |
withDescription(String description)
Describes the application.
|
CreateApplicationRequest |
withResourceLifecycleConfig(ApplicationResourceLifecycleConfig resourceLifecycleConfig)
Specify an application resource lifecycle configuration to prevent your application from accumulating too many
versions.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic CreateApplicationRequest()
public CreateApplicationRequest(String applicationName)
applicationName - The name of the application.
Constraint: This name must be unique within your account. If the specified name already exists, the action
returns an InvalidParameterValue error.
public void setApplicationName(String applicationName)
The name of the application.
Constraint: This name must be unique within your account. If the specified name already exists, the action
returns an InvalidParameterValue error.
applicationName - The name of the application.
Constraint: This name must be unique within your account. If the specified name already exists, the action
returns an InvalidParameterValue error.
public String getApplicationName()
The name of the application.
Constraint: This name must be unique within your account. If the specified name already exists, the action
returns an InvalidParameterValue error.
Constraint: This name must be unique within your account. If the specified name already exists, the
action returns an InvalidParameterValue error.
public CreateApplicationRequest withApplicationName(String applicationName)
The name of the application.
Constraint: This name must be unique within your account. If the specified name already exists, the action
returns an InvalidParameterValue error.
applicationName - The name of the application.
Constraint: This name must be unique within your account. If the specified name already exists, the action
returns an InvalidParameterValue error.
public void setDescription(String description)
Describes the application.
description - Describes the application.public String getDescription()
Describes the application.
public CreateApplicationRequest withDescription(String description)
Describes the application.
description - Describes the application.public void setResourceLifecycleConfig(ApplicationResourceLifecycleConfig resourceLifecycleConfig)
Specify an application resource lifecycle configuration to prevent your application from accumulating too many versions.
resourceLifecycleConfig - Specify an application resource lifecycle configuration to prevent your application from accumulating too
many versions.public ApplicationResourceLifecycleConfig getResourceLifecycleConfig()
Specify an application resource lifecycle configuration to prevent your application from accumulating too many versions.
public CreateApplicationRequest withResourceLifecycleConfig(ApplicationResourceLifecycleConfig resourceLifecycleConfig)
Specify an application resource lifecycle configuration to prevent your application from accumulating too many versions.
resourceLifecycleConfig - Specify an application resource lifecycle configuration to prevent your application from accumulating too
many versions.public String toString()
toString in class ObjectObject.toString()public CreateApplicationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.