@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePermissionSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribePermissionSetRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribePermissionSetRequest | 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. | 
| String | getPermissionSetArn()
 The ARN of the permission set. | 
| int | hashCode() | 
| void | setInstanceArn(String instanceArn)
 The ARN of the SSO instance under which the operation will be executed. | 
| void | setPermissionSetArn(String permissionSetArn)
 The ARN of the permission set. | 
| String | toString()Returns a string representation of this object. | 
| DescribePermissionSetRequest | withInstanceArn(String instanceArn)
 The ARN of the SSO instance under which the operation will be executed. | 
| DescribePermissionSetRequest | withPermissionSetArn(String permissionSetArn)
 The ARN of the permission set. | 
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 setInstanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
instanceArn - The ARN of the SSO instance under which the operation will be executed. For more information about ARNs,
        see Amazon Resource Names (ARNs) and AWS Service
        Namespaces in the AWS General Reference.public String getInstanceArn()
The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public DescribePermissionSetRequest withInstanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
instanceArn - The ARN of the SSO instance under which the operation will be executed. For more information about ARNs,
        see Amazon Resource Names (ARNs) and AWS Service
        Namespaces in the AWS General Reference.public void setPermissionSetArn(String permissionSetArn)
The ARN of the permission set.
permissionSetArn - The ARN of the permission set.public String getPermissionSetArn()
The ARN of the permission set.
public DescribePermissionSetRequest withPermissionSetArn(String permissionSetArn)
The ARN of the permission set.
permissionSetArn - The ARN of the permission set.public String toString()
toString in class ObjectObject.toString()public DescribePermissionSetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()