@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceAccessControlAttributeConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the attributes to add to your attribute-based access control (ABAC) configuration.
| Constructor and Description |
|---|
InstanceAccessControlAttributeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
InstanceAccessControlAttributeConfiguration |
clone() |
boolean |
equals(Object obj) |
List<AccessControlAttribute> |
getAccessControlAttributes()
Lists the attributes that are configured for ABAC in the specified AWS SSO instance.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAccessControlAttributes(Collection<AccessControlAttribute> accessControlAttributes)
Lists the attributes that are configured for ABAC in the specified AWS SSO instance.
|
String |
toString()
Returns a string representation of this object.
|
InstanceAccessControlAttributeConfiguration |
withAccessControlAttributes(AccessControlAttribute... accessControlAttributes)
Lists the attributes that are configured for ABAC in the specified AWS SSO instance.
|
InstanceAccessControlAttributeConfiguration |
withAccessControlAttributes(Collection<AccessControlAttribute> accessControlAttributes)
Lists the attributes that are configured for ABAC in the specified AWS SSO instance.
|
public InstanceAccessControlAttributeConfiguration()
public List<AccessControlAttribute> getAccessControlAttributes()
Lists the attributes that are configured for ABAC in the specified AWS SSO instance.
public void setAccessControlAttributes(Collection<AccessControlAttribute> accessControlAttributes)
Lists the attributes that are configured for ABAC in the specified AWS SSO instance.
accessControlAttributes - Lists the attributes that are configured for ABAC in the specified AWS SSO instance.public InstanceAccessControlAttributeConfiguration withAccessControlAttributes(AccessControlAttribute... accessControlAttributes)
Lists the attributes that are configured for ABAC in the specified AWS SSO instance.
NOTE: This method appends the values to the existing list (if any). Use
setAccessControlAttributes(java.util.Collection) or
withAccessControlAttributes(java.util.Collection) if you want to override the existing values.
accessControlAttributes - Lists the attributes that are configured for ABAC in the specified AWS SSO instance.public InstanceAccessControlAttributeConfiguration withAccessControlAttributes(Collection<AccessControlAttribute> accessControlAttributes)
Lists the attributes that are configured for ABAC in the specified AWS SSO instance.
accessControlAttributes - Lists the attributes that are configured for ABAC in the specified AWS SSO instance.public String toString()
toString in class ObjectObject.toString()public InstanceAccessControlAttributeConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.