@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IdentityCenterConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The parameters for an IAM Identity Center configuration.
| Constructor and Description |
|---|
IdentityCenterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
IdentityCenterConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnableIdentityPropagation()
A Boolean option that controls whether Trusted Identity Propagation should be used.
|
int |
hashCode() |
Boolean |
isEnableIdentityPropagation()
A Boolean option that controls whether Trusted Identity Propagation should be used.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEnableIdentityPropagation(Boolean enableIdentityPropagation)
A Boolean option that controls whether Trusted Identity Propagation should be used.
|
String |
toString()
Returns a string representation of this object.
|
IdentityCenterConfiguration |
withEnableIdentityPropagation(Boolean enableIdentityPropagation)
A Boolean option that controls whether Trusted Identity Propagation should be used.
|
public void setEnableIdentityPropagation(Boolean enableIdentityPropagation)
A Boolean option that controls whether Trusted Identity Propagation should be used.
enableIdentityPropagation - A Boolean option that controls whether Trusted Identity Propagation should be used.public Boolean getEnableIdentityPropagation()
A Boolean option that controls whether Trusted Identity Propagation should be used.
public IdentityCenterConfiguration withEnableIdentityPropagation(Boolean enableIdentityPropagation)
A Boolean option that controls whether Trusted Identity Propagation should be used.
enableIdentityPropagation - A Boolean option that controls whether Trusted Identity Propagation should be used.public Boolean isEnableIdentityPropagation()
A Boolean option that controls whether Trusted Identity Propagation should be used.
public String toString()
toString in class ObjectObject.toString()public IdentityCenterConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.