@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutInlinePolicyToPermissionSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutInlinePolicyToPermissionSetRequest() |
Modifier and Type | Method and Description |
---|---|
PutInlinePolicyToPermissionSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInlinePolicy()
The inline policy to attach to a PermissionSet.
|
String |
getInstanceArn()
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
String |
getPermissionSetArn()
The ARN of the permission set.
|
int |
hashCode() |
void |
setInlinePolicy(String inlinePolicy)
The inline policy to attach to a PermissionSet.
|
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 permission set.
|
String |
toString()
Returns a string representation of this object.
|
PutInlinePolicyToPermissionSetRequest |
withInlinePolicy(String inlinePolicy)
The inline policy to attach to a PermissionSet.
|
PutInlinePolicyToPermissionSetRequest |
withInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
PutInlinePolicyToPermissionSetRequest |
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, withSdkRequestTimeout
public PutInlinePolicyToPermissionSetRequest()
public void setInlinePolicy(String inlinePolicy)
The inline policy to attach to a PermissionSet.
inlinePolicy
- The inline policy to attach to a PermissionSet.public String getInlinePolicy()
The inline policy to attach to a PermissionSet.
public PutInlinePolicyToPermissionSetRequest withInlinePolicy(String inlinePolicy)
The inline policy to attach to a PermissionSet.
inlinePolicy
- The inline policy to attach to a PermissionSet.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 PutInlinePolicyToPermissionSetRequest 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 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 PutInlinePolicyToPermissionSetRequest withPermissionSetArn(String permissionSetArn)
The ARN of the permission set.
permissionSetArn
- The ARN of the permission set.public String toString()
toString
in class Object
Object.toString()
public PutInlinePolicyToPermissionSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()