@Generated(value="software.amazon.awssdk:codegen") public final class SAMLIdp extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SAMLIdp.Builder,SAMLIdp>
Specifies the SAML Identity Provider's information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SAMLIdp.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SAMLIdp.Builder |
builder() |
String |
entityId()
The unique Entity ID of the application in SAML Identity Provider.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
metadataContent()
The Metadata of the SAML application in xml format.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SAMLIdp.Builder> |
serializableBuilderClass() |
SAMLIdp.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String metadataContent()
The Metadata of the SAML application in xml format.
public final String entityId()
The unique Entity ID of the application in SAML Identity Provider.
public SAMLIdp.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SAMLIdp.Builder,SAMLIdp>public static SAMLIdp.Builder builder()
public static Class<? extends SAMLIdp.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.