@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IdentityCenterConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies whether the workgroup is IAM Identity Center supported.
Constructor and Description |
---|
IdentityCenterConfiguration() |
Modifier and Type | Method and Description |
---|---|
IdentityCenterConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnableIdentityCenter()
Specifies whether the workgroup is IAM Identity Center supported.
|
String |
getIdentityCenterInstanceArn()
The IAM Identity Center instance ARN that the workgroup associates to.
|
int |
hashCode() |
Boolean |
isEnableIdentityCenter()
Specifies whether the workgroup is IAM Identity Center supported.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnableIdentityCenter(Boolean enableIdentityCenter)
Specifies whether the workgroup is IAM Identity Center supported.
|
void |
setIdentityCenterInstanceArn(String identityCenterInstanceArn)
The IAM Identity Center instance ARN that the workgroup associates to.
|
String |
toString()
Returns a string representation of this object.
|
IdentityCenterConfiguration |
withEnableIdentityCenter(Boolean enableIdentityCenter)
Specifies whether the workgroup is IAM Identity Center supported.
|
IdentityCenterConfiguration |
withIdentityCenterInstanceArn(String identityCenterInstanceArn)
The IAM Identity Center instance ARN that the workgroup associates to.
|
public void setEnableIdentityCenter(Boolean enableIdentityCenter)
Specifies whether the workgroup is IAM Identity Center supported.
enableIdentityCenter
- Specifies whether the workgroup is IAM Identity Center supported.public Boolean getEnableIdentityCenter()
Specifies whether the workgroup is IAM Identity Center supported.
public IdentityCenterConfiguration withEnableIdentityCenter(Boolean enableIdentityCenter)
Specifies whether the workgroup is IAM Identity Center supported.
enableIdentityCenter
- Specifies whether the workgroup is IAM Identity Center supported.public Boolean isEnableIdentityCenter()
Specifies whether the workgroup is IAM Identity Center supported.
public void setIdentityCenterInstanceArn(String identityCenterInstanceArn)
The IAM Identity Center instance ARN that the workgroup associates to.
identityCenterInstanceArn
- The IAM Identity Center instance ARN that the workgroup associates to.public String getIdentityCenterInstanceArn()
The IAM Identity Center instance ARN that the workgroup associates to.
public IdentityCenterConfiguration withIdentityCenterInstanceArn(String identityCenterInstanceArn)
The IAM Identity Center instance ARN that the workgroup associates to.
identityCenterInstanceArn
- The IAM Identity Center instance ARN that the workgroup associates to.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.