@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsSsoAuthentication extends Object implements Serializable, Cloneable, StructuredPojo
A structure containing information about how this workspace works with IAM Identity Center.
| Constructor and Description |
|---|
AwsSsoAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
AwsSsoAuthentication |
clone() |
boolean |
equals(Object obj) |
String |
getSsoClientId()
The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSsoClientId(String ssoClientId)
The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana.
|
String |
toString()
Returns a string representation of this object.
|
AwsSsoAuthentication |
withSsoClientId(String ssoClientId)
The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana.
|
public void setSsoClientId(String ssoClientId)
The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana.
ssoClientId - The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana.public String getSsoClientId()
The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana.
public AwsSsoAuthentication withSsoClientId(String ssoClientId)
The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana.
ssoClientId - The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana.public String toString()
toString in class ObjectObject.toString()public AwsSsoAuthentication clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.