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