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 request.
|
boolean |
equals(Object obj) |
String |
getApplicationName()
The user-defined name identifying the application that you want to
create.
|
String |
getResourceGroupArn()
The ARN specifying the resource group that is used to create the
application.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The user-defined name identifying the application that you want to
create.
|
void |
setResourceGroupArn(String resourceGroupArn)
The ARN specifying the resource group that is used to create the
application.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateApplicationRequest |
withApplicationName(String applicationName)
The user-defined name identifying the application that you want to
create.
|
CreateApplicationRequest |
withResourceGroupArn(String resourceGroupArn)
The ARN specifying the resource group that is used to create the
application.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setApplicationName(String applicationName)
The user-defined name identifying the application that you want to create. The name must be unique within the AWS account.
applicationName
- The user-defined name identifying the application that you want to
create. The name must be unique within the AWS account.public String getApplicationName()
The user-defined name identifying the application that you want to create. The name must be unique within the AWS account.
public CreateApplicationRequest withApplicationName(String applicationName)
The user-defined name identifying the application that you want to create. The name must be unique within the AWS account.
applicationName
- The user-defined name identifying the application that you want to
create. The name must be unique within the AWS account.public void setResourceGroupArn(String resourceGroupArn)
The ARN specifying the resource group that is used to create the application.
resourceGroupArn
- The ARN specifying the resource group that is used to create the
application.public String getResourceGroupArn()
The ARN specifying the resource group that is used to create the application.
public CreateApplicationRequest withResourceGroupArn(String resourceGroupArn)
The ARN specifying the resource group that is used to create the application.
resourceGroupArn
- The ARN specifying the resource group that is used to create the
application.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.