@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public IdentityCenterConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.