@Generated(value="software.amazon.awssdk:codegen") public final class AwsSsoAuthentication extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsSsoAuthentication.Builder,AwsSsoAuthentication>
A structure containing information about how this workspace works with IAM Identity Center.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsSsoAuthentication.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsSsoAuthentication.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsSsoAuthentication.Builder> |
serializableBuilderClass() |
String |
ssoClientId()
The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana.
|
AwsSsoAuthentication.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ssoClientId()
The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana.
public AwsSsoAuthentication.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsSsoAuthentication.Builder,AwsSsoAuthentication>public static AwsSsoAuthentication.Builder builder()
public static Class<? extends AwsSsoAuthentication.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.