@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetApplicationAssignmentConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetApplicationAssignmentConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
GetApplicationAssignmentConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationArn()
Specifies the ARN of the application.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
Specifies the ARN of the application.
|
String |
toString()
Returns a string representation of this object.
|
GetApplicationAssignmentConfigurationRequest |
withApplicationArn(String applicationArn)
Specifies the ARN of 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 GetApplicationAssignmentConfigurationRequest()
public void setApplicationArn(String applicationArn)
Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
applicationArn
- Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web
Services Service Namespaces in the Amazon Web Services General Reference.public String getApplicationArn()
Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
public GetApplicationAssignmentConfigurationRequest withApplicationArn(String applicationArn)
Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
applicationArn
- Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web
Services Service Namespaces in the Amazon Web Services General Reference.public String toString()
toString
in class Object
Object.toString()
public GetApplicationAssignmentConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()