@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a CreateApplication operation.
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 |
getApplicationName()
The name of the application.
|
String |
getComputePlatform()
The destination platform type for the deployment (
Lambda or Server ). |
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of the application.
|
void |
setComputePlatform(String computePlatform)
The destination platform type for the deployment (
Lambda or Server ). |
String |
toString()
Returns a string representation of this object.
|
CreateApplicationRequest |
withApplicationName(String applicationName)
The name of the application.
|
CreateApplicationRequest |
withComputePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (
Lambda or Server ). |
CreateApplicationRequest |
withComputePlatform(String computePlatform)
The destination platform type for the deployment (
Lambda or Server ). |
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 setApplicationName(String applicationName)
The name of the application. This name must be unique with the applicable IAM user or AWS account.
applicationName
- The name of the application. This name must be unique with the applicable IAM user or AWS account.public String getApplicationName()
The name of the application. This name must be unique with the applicable IAM user or AWS account.
public CreateApplicationRequest withApplicationName(String applicationName)
The name of the application. This name must be unique with the applicable IAM user or AWS account.
applicationName
- The name of the application. This name must be unique with the applicable IAM user or AWS account.public void setComputePlatform(String computePlatform)
The destination platform type for the deployment (Lambda
or Server
).
computePlatform
- The destination platform type for the deployment (Lambda
or Server
).ComputePlatform
public String getComputePlatform()
The destination platform type for the deployment (Lambda
or Server
).
Lambda
or Server
).ComputePlatform
public CreateApplicationRequest withComputePlatform(String computePlatform)
The destination platform type for the deployment (Lambda
or Server
).
computePlatform
- The destination platform type for the deployment (Lambda
or Server
).ComputePlatform
public CreateApplicationRequest withComputePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (Lambda
or Server
).
computePlatform
- The destination platform type for the deployment (Lambda
or Server
).ComputePlatform
public String toString()
toString
in class Object
Object.toString()
public CreateApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.