@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetachManagedPolicyFromPermissionSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DetachManagedPolicyFromPermissionSetRequest() |
Modifier and Type | Method and Description |
---|---|
DetachManagedPolicyFromPermissionSetRequest |
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 IAM Identity Center instance under which the operation will be executed.
|
String |
getManagedPolicyArn()
The Amazon Web Services managed policy ARN to be detached from a permission set.
|
String |
getPermissionSetArn()
The ARN of the PermissionSet from which the policy should be detached.
|
int |
hashCode() |
void |
setInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
void |
setManagedPolicyArn(String managedPolicyArn)
The Amazon Web Services managed policy ARN to be detached from a permission set.
|
void |
setPermissionSetArn(String permissionSetArn)
The ARN of the PermissionSet from which the policy should be detached.
|
String |
toString()
Returns a string representation of this object.
|
DetachManagedPolicyFromPermissionSetRequest |
withInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
DetachManagedPolicyFromPermissionSetRequest |
withManagedPolicyArn(String managedPolicyArn)
The Amazon Web Services managed policy ARN to be detached from a permission set.
|
DetachManagedPolicyFromPermissionSetRequest |
withPermissionSetArn(String permissionSetArn)
The ARN of the PermissionSet from which the policy should be detached.
|
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 DetachManagedPolicyFromPermissionSetRequest()
public void setInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
instanceArn
- The ARN of the IAM Identity Center instance under which the operation will be executed. 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 getInstanceArn()
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
public DetachManagedPolicyFromPermissionSetRequest withInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
instanceArn
- The ARN of the IAM Identity Center instance under which the operation will be executed. For more
information about ARNs, see Amazon Resource
Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General
Reference.public void setManagedPolicyArn(String managedPolicyArn)
The Amazon Web Services managed policy ARN to be detached from a permission set.
managedPolicyArn
- The Amazon Web Services managed policy ARN to be detached from a permission set.public String getManagedPolicyArn()
The Amazon Web Services managed policy ARN to be detached from a permission set.
public DetachManagedPolicyFromPermissionSetRequest withManagedPolicyArn(String managedPolicyArn)
The Amazon Web Services managed policy ARN to be detached from a permission set.
managedPolicyArn
- The Amazon Web Services managed policy ARN to be detached from a permission set.public void setPermissionSetArn(String permissionSetArn)
The ARN of the PermissionSet from which the policy should be detached.
permissionSetArn
- The ARN of the PermissionSet from which the policy should be detached.public String getPermissionSetArn()
The ARN of the PermissionSet from which the policy should be detached.
public DetachManagedPolicyFromPermissionSetRequest withPermissionSetArn(String permissionSetArn)
The ARN of the PermissionSet from which the policy should be detached.
permissionSetArn
- The ARN of the PermissionSet from which the policy should be detached.public String toString()
toString
in class Object
Object.toString()
public DetachManagedPolicyFromPermissionSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()