@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteApplicationAccessScopeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteApplicationAccessScopeRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteApplicationAccessScopeRequest |
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 to delete.
|
String |
getScope()
Specifies the name of the access scope to remove from the application.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
Specifies the ARN of the application with the access scope to delete.
|
void |
setScope(String scope)
Specifies the name of the access scope to remove from the application.
|
String |
toString()
Returns a string representation of this object.
|
DeleteApplicationAccessScopeRequest |
withApplicationArn(String applicationArn)
Specifies the ARN of the application with the access scope to delete.
|
DeleteApplicationAccessScopeRequest |
withScope(String scope)
Specifies the name of the access scope to remove from 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 void setApplicationArn(String applicationArn)
Specifies the ARN of the application with the access scope to delete.
applicationArn
- Specifies the ARN of the application with the access scope to delete.public String getApplicationArn()
Specifies the ARN of the application with the access scope to delete.
public DeleteApplicationAccessScopeRequest withApplicationArn(String applicationArn)
Specifies the ARN of the application with the access scope to delete.
applicationArn
- Specifies the ARN of the application with the access scope to delete.public void setScope(String scope)
Specifies the name of the access scope to remove from the application.
scope
- Specifies the name of the access scope to remove from the application.public String getScope()
Specifies the name of the access scope to remove from the application.
public DeleteApplicationAccessScopeRequest withScope(String scope)
Specifies the name of the access scope to remove from the application.
scope
- Specifies the name of the access scope to remove from the application.public String toString()
toString
in class Object
Object.toString()
public DeleteApplicationAccessScopeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()