@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttachManagedPolicyToPermissionSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AttachManagedPolicyToPermissionSetRequest() |
Modifier and Type | Method and Description |
---|---|
AttachManagedPolicyToPermissionSetRequest |
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 |
getManagedPolicyArn()
The IAM managed policy ARN to be attached to a permission set.
|
String |
getPermissionSetArn()
The ARN of the PermissionSet that the managed policy should be attached to.
|
int |
hashCode() |
void |
setInstanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
|
void |
setManagedPolicyArn(String managedPolicyArn)
The IAM managed policy ARN to be attached to a permission set.
|
void |
setPermissionSetArn(String permissionSetArn)
The ARN of the PermissionSet that the managed policy should be attached to.
|
String |
toString()
Returns a string representation of this object.
|
AttachManagedPolicyToPermissionSetRequest |
withInstanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
|
AttachManagedPolicyToPermissionSetRequest |
withManagedPolicyArn(String managedPolicyArn)
The IAM managed policy ARN to be attached to a permission set.
|
AttachManagedPolicyToPermissionSetRequest |
withPermissionSetArn(String permissionSetArn)
The ARN of the PermissionSet that the managed policy should be attached to.
|
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 AttachManagedPolicyToPermissionSetRequest()
public 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 AttachManagedPolicyToPermissionSetRequest 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 PermissionSet that the managed policy should be attached to.
permissionSetArn
- The ARN of the PermissionSet that the managed policy should be attached to.public String getPermissionSetArn()
The ARN of the PermissionSet that the managed policy should be attached to.
public AttachManagedPolicyToPermissionSetRequest withPermissionSetArn(String permissionSetArn)
The ARN of the PermissionSet that the managed policy should be attached to.
permissionSetArn
- The ARN of the PermissionSet that the managed policy should be attached to.public void setManagedPolicyArn(String managedPolicyArn)
The IAM managed policy ARN to be attached to a permission set.
managedPolicyArn
- The IAM managed policy ARN to be attached to a permission set.public String getManagedPolicyArn()
The IAM managed policy ARN to be attached to a permission set.
public AttachManagedPolicyToPermissionSetRequest withManagedPolicyArn(String managedPolicyArn)
The IAM managed policy ARN to be attached to a permission set.
managedPolicyArn
- The IAM managed policy ARN to be attached to a permission set.public String toString()
toString
in class Object
Object.toString()
public AttachManagedPolicyToPermissionSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()