@Generated(value="software.amazon.awssdk:codegen") public final class DescribeIdentityProviderConfigurationResponse extends WorkLinkResponse implements ToCopyableBuilder<DescribeIdentityProviderConfigurationResponse.Builder,DescribeIdentityProviderConfigurationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeIdentityProviderConfigurationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeIdentityProviderConfigurationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identityProviderSamlMetadata()
The SAML metadata document provided by the user’s identity provider.
|
IdentityProviderType |
identityProviderType()
The type of identity provider.
|
String |
identityProviderTypeAsString()
The type of identity provider.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeIdentityProviderConfigurationResponse.Builder> |
serializableBuilderClass() |
String |
serviceProviderSamlMetadata()
The SAML metadata document uploaded to the user’s identity provider.
|
DescribeIdentityProviderConfigurationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final IdentityProviderType identityProviderType()
The type of identity provider.
If the service returns an enum value that is not available in the current SDK version,
identityProviderType will return IdentityProviderType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from identityProviderTypeAsString().
IdentityProviderTypepublic final String identityProviderTypeAsString()
The type of identity provider.
If the service returns an enum value that is not available in the current SDK version,
identityProviderType will return IdentityProviderType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from identityProviderTypeAsString().
IdentityProviderTypepublic final String serviceProviderSamlMetadata()
The SAML metadata document uploaded to the user’s identity provider.
public final String identityProviderSamlMetadata()
The SAML metadata document provided by the user’s identity provider.
public DescribeIdentityProviderConfigurationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeIdentityProviderConfigurationResponse.Builder,DescribeIdentityProviderConfigurationResponse>toBuilder in class AwsResponsepublic static DescribeIdentityProviderConfigurationResponse.Builder builder()
public static Class<? extends DescribeIdentityProviderConfigurationResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.