@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetApplicationAccessScopeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetApplicationAccessScopeRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetApplicationAccessScopeRequest |
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 with the access scope that you want to retrieve.
|
String |
getScope()
Specifies the name of the access scope for which you want the authorized targets.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
Specifies the ARN of the application with the access scope that you want to retrieve.
|
void |
setScope(String scope)
Specifies the name of the access scope for which you want the authorized targets.
|
String |
toString()
Returns a string representation of this object.
|
GetApplicationAccessScopeRequest |
withApplicationArn(String applicationArn)
Specifies the ARN of the application with the access scope that you want to retrieve.
|
GetApplicationAccessScopeRequest |
withScope(String scope)
Specifies the name of the access scope for which you want the authorized targets.
|
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, withSdkRequestTimeoutpublic void setApplicationArn(String applicationArn)
Specifies the ARN of the application with the access scope that you want to retrieve.
applicationArn - Specifies the ARN of the application with the access scope that you want to retrieve.public String getApplicationArn()
Specifies the ARN of the application with the access scope that you want to retrieve.
public GetApplicationAccessScopeRequest withApplicationArn(String applicationArn)
Specifies the ARN of the application with the access scope that you want to retrieve.
applicationArn - Specifies the ARN of the application with the access scope that you want to retrieve.public void setScope(String scope)
Specifies the name of the access scope for which you want the authorized targets.
scope - Specifies the name of the access scope for which you want the authorized targets.public String getScope()
Specifies the name of the access scope for which you want the authorized targets.
public GetApplicationAccessScopeRequest withScope(String scope)
Specifies the name of the access scope for which you want the authorized targets.
scope - Specifies the name of the access scope for which you want the authorized targets.public String toString()
toString in class ObjectObject.toString()public GetApplicationAccessScopeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()