@Generated(value="software.amazon.awssdk:codegen") public final class SAMLIdp extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SAMLIdp.Builder,SAMLIdp>
The SAML identity povider 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 the 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 the 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.