@Generated(value="software.amazon.awssdk:codegen") public final class SAMLProviderListEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SAMLProviderListEntry.Builder,SAMLProviderListEntry>
Contains the list of SAML providers for this account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SAMLProviderListEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the SAML provider.
|
static SAMLProviderListEntry.Builder |
builder() |
Instant |
createDate()
The date and time when the SAML provider was created.
|
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 SAMLProviderListEntry.Builder> |
serializableBuilderClass() |
SAMLProviderListEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
validUntil()
The expiration date and time for the SAML provider.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the SAML provider.
public final Instant validUntil()
The expiration date and time for the SAML provider.
public final Instant createDate()
The date and time when the SAML provider was created.
public SAMLProviderListEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SAMLProviderListEntry.Builder,SAMLProviderListEntry>public static SAMLProviderListEntry.Builder builder()
public static Class<? extends SAMLProviderListEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.