@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateInstanceAccessControlAttributeConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateInstanceAccessControlAttributeConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
CreateInstanceAccessControlAttributeConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
InstanceAccessControlAttributeConfiguration |
getInstanceAccessControlAttributeConfiguration()
Specifies the AWS SSO identity store attributes to add to your ABAC configuration.
|
String |
getInstanceArn()
The ARN of the SSO instance under which the operation will be executed.
|
int |
hashCode() |
void |
setInstanceAccessControlAttributeConfiguration(InstanceAccessControlAttributeConfiguration instanceAccessControlAttributeConfiguration)
Specifies the AWS SSO identity store attributes to add to your ABAC configuration.
|
void |
setInstanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
|
String |
toString()
Returns a string representation of this object.
|
CreateInstanceAccessControlAttributeConfigurationRequest |
withInstanceAccessControlAttributeConfiguration(InstanceAccessControlAttributeConfiguration instanceAccessControlAttributeConfiguration)
Specifies the AWS SSO identity store attributes to add to your ABAC configuration.
|
CreateInstanceAccessControlAttributeConfigurationRequest |
withInstanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
|
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 CreateInstanceAccessControlAttributeConfigurationRequest()
public void setInstanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
instanceArn
- The ARN of the SSO instance under which the operation will be executed.public String getInstanceArn()
The ARN of the SSO instance under which the operation will be executed.
public CreateInstanceAccessControlAttributeConfigurationRequest withInstanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
instanceArn
- The ARN of the SSO instance under which the operation will be executed.public void setInstanceAccessControlAttributeConfiguration(InstanceAccessControlAttributeConfiguration instanceAccessControlAttributeConfiguration)
Specifies the AWS SSO identity store attributes to add to your ABAC configuration. When using an external identity provider as an identity source, you can pass attributes through the SAML assertion as an alternative to configuring attributes from the AWS SSO identity store. If a SAML assertion passes any of these attributes, AWS SSO will replace the attribute value with the value from the AWS SSO identity store.
instanceAccessControlAttributeConfiguration
- Specifies the AWS SSO identity store attributes to add to your ABAC configuration. When using an external
identity provider as an identity source, you can pass attributes through the SAML assertion as an
alternative to configuring attributes from the AWS SSO identity store. If a SAML assertion passes any of
these attributes, AWS SSO will replace the attribute value with the value from the AWS SSO identity store.public InstanceAccessControlAttributeConfiguration getInstanceAccessControlAttributeConfiguration()
Specifies the AWS SSO identity store attributes to add to your ABAC configuration. When using an external identity provider as an identity source, you can pass attributes through the SAML assertion as an alternative to configuring attributes from the AWS SSO identity store. If a SAML assertion passes any of these attributes, AWS SSO will replace the attribute value with the value from the AWS SSO identity store.
public CreateInstanceAccessControlAttributeConfigurationRequest withInstanceAccessControlAttributeConfiguration(InstanceAccessControlAttributeConfiguration instanceAccessControlAttributeConfiguration)
Specifies the AWS SSO identity store attributes to add to your ABAC configuration. When using an external identity provider as an identity source, you can pass attributes through the SAML assertion as an alternative to configuring attributes from the AWS SSO identity store. If a SAML assertion passes any of these attributes, AWS SSO will replace the attribute value with the value from the AWS SSO identity store.
instanceAccessControlAttributeConfiguration
- Specifies the AWS SSO identity store attributes to add to your ABAC configuration. When using an external
identity provider as an identity source, you can pass attributes through the SAML assertion as an
alternative to configuring attributes from the AWS SSO identity store. If a SAML assertion passes any of
these attributes, AWS SSO will replace the attribute value with the value from the AWS SSO identity store.public String toString()
toString
in class Object
Object.toString()
public CreateInstanceAccessControlAttributeConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()