@Generated(value="software.amazon.awssdk:codegen") public final class SamlAuthentication extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SamlAuthentication.Builder,SamlAuthentication>
A structure containing information about how this workspace works with SAML.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SamlAuthentication.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SamlAuthentication.Builder |
builder() |
SamlConfiguration |
configuration()
A structure containing details about how this workspace works with SAML.
|
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 SamlAuthentication.Builder> |
serializableBuilderClass() |
SamlConfigurationStatus |
status()
Specifies whether the workspace's SAML configuration is complete.
|
String |
statusAsString()
Specifies whether the workspace's SAML configuration is complete.
|
SamlAuthentication.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SamlConfiguration configuration()
A structure containing details about how this workspace works with SAML.
public final SamlConfigurationStatus status()
Specifies whether the workspace's SAML configuration is complete.
If the service returns an enum value that is not available in the current SDK version, status will
return SamlConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
SamlConfigurationStatuspublic final String statusAsString()
Specifies whether the workspace's SAML configuration is complete.
If the service returns an enum value that is not available in the current SDK version, status will
return SamlConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
SamlConfigurationStatuspublic SamlAuthentication.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SamlAuthentication.Builder,SamlAuthentication>public static SamlAuthentication.Builder builder()
public static Class<? extends SamlAuthentication.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.