@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInstanceAccessControlAttributeConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeInstanceAccessControlAttributeConfigurationRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeInstanceAccessControlAttributeConfigurationRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getInstanceArn()
 The ARN of the SSO instance under which the operation will be executed. | 
| int | hashCode() | 
| void | setInstanceArn(String instanceArn)
 The ARN of the SSO instance under which the operation will be executed. | 
| String | toString()Returns a string representation of this object. | 
| DescribeInstanceAccessControlAttributeConfigurationRequest | withInstanceArn(String instanceArn)
 The ARN of the SSO instance under which the operation will be executed. | 
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 DescribeInstanceAccessControlAttributeConfigurationRequest()
public void setInstanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
instanceArn - The ARN of the SSO instance under which the operation will be executed.public String getInstanceArn()
The ARN of the SSO instance under which the operation will be executed.
public DescribeInstanceAccessControlAttributeConfigurationRequest withInstanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
instanceArn - The ARN of the SSO instance under which the operation will be executed.public String toString()
toString in class ObjectObject.toString()public DescribeInstanceAccessControlAttributeConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()