@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 Amazon Web Services SSO.
| Constructor and Description |
|---|
AwsSsoAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
AwsSsoAuthentication |
clone() |
boolean |
equals(Object obj) |
String |
getSsoClientId()
The ID of the Amazon Web Services SSO-managed application that is created by Amazon Managed Grafana.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSsoClientId(String ssoClientId)
The ID of the Amazon Web Services SSO-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 Amazon Web Services SSO-managed application that is created by Amazon Managed Grafana.
|
public void setSsoClientId(String ssoClientId)
The ID of the Amazon Web Services SSO-managed application that is created by Amazon Managed Grafana.
ssoClientId - The ID of the Amazon Web Services SSO-managed application that is created by Amazon Managed Grafana.public String getSsoClientId()
The ID of the Amazon Web Services SSO-managed application that is created by Amazon Managed Grafana.
public AwsSsoAuthentication withSsoClientId(String ssoClientId)
The ID of the Amazon Web Services SSO-managed application that is created by Amazon Managed Grafana.
ssoClientId - The ID of the Amazon Web Services SSO-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)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.