@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttachCustomerManagedPolicyReferenceToPermissionSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AttachCustomerManagedPolicyReferenceToPermissionSetRequest() |
Modifier and Type | Method and Description |
---|---|
AttachCustomerManagedPolicyReferenceToPermissionSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
CustomerManagedPolicyReference |
getCustomerManagedPolicyReference()
Specifies the name and path of a customer managed policy.
|
String |
getInstanceArn()
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
String |
getPermissionSetArn()
The ARN of the
PermissionSet . |
int |
hashCode() |
void |
setCustomerManagedPolicyReference(CustomerManagedPolicyReference customerManagedPolicyReference)
Specifies the name and path of a customer managed policy.
|
void |
setInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
void |
setPermissionSetArn(String permissionSetArn)
The ARN of the
PermissionSet . |
String |
toString()
Returns a string representation of this object.
|
AttachCustomerManagedPolicyReferenceToPermissionSetRequest |
withCustomerManagedPolicyReference(CustomerManagedPolicyReference customerManagedPolicyReference)
Specifies the name and path of a customer managed policy.
|
AttachCustomerManagedPolicyReferenceToPermissionSetRequest |
withInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
AttachCustomerManagedPolicyReferenceToPermissionSetRequest |
withPermissionSetArn(String permissionSetArn)
The ARN of the
PermissionSet . |
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 AttachCustomerManagedPolicyReferenceToPermissionSetRequest()
public void setCustomerManagedPolicyReference(CustomerManagedPolicyReference customerManagedPolicyReference)
Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each Amazon Web Services account where you want to deploy your permission set.
customerManagedPolicyReference
- Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the
name and path in each Amazon Web Services account where you want to deploy your permission set.public CustomerManagedPolicyReference getCustomerManagedPolicyReference()
Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each Amazon Web Services account where you want to deploy your permission set.
public AttachCustomerManagedPolicyReferenceToPermissionSetRequest withCustomerManagedPolicyReference(CustomerManagedPolicyReference customerManagedPolicyReference)
Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each Amazon Web Services account where you want to deploy your permission set.
customerManagedPolicyReference
- Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the
name and path in each Amazon Web Services account where you want to deploy your permission set.public void setInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
instanceArn
- The ARN of the IAM Identity Center instance under which the operation will be executed.public String getInstanceArn()
The ARN of the IAM Identity Center instance under which the operation will be executed.
public AttachCustomerManagedPolicyReferenceToPermissionSetRequest withInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
instanceArn
- The ARN of the IAM Identity Center instance under which the operation will be executed.public void setPermissionSetArn(String permissionSetArn)
The ARN of the PermissionSet
.
permissionSetArn
- The ARN of the PermissionSet
.public String getPermissionSetArn()
The ARN of the PermissionSet
.
PermissionSet
.public AttachCustomerManagedPolicyReferenceToPermissionSetRequest withPermissionSetArn(String permissionSetArn)
The ARN of the PermissionSet
.
permissionSetArn
- The ARN of the PermissionSet
.public String toString()
toString
in class Object
Object.toString()
public AttachCustomerManagedPolicyReferenceToPermissionSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()