Class SAMLProviderListEntry
- java.lang.Object
-
- software.amazon.awssdk.services.iam.model.SAMLProviderListEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SAMLProviderListEntry.Builder,SAMLProviderListEntry>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSAMLProviderListEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the SAML provider.static SAMLProviderListEntry.Builderbuilder()InstantcreateDate()The date and time when the SAML provider was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SAMLProviderListEntry.Builder>serializableBuilderClass()SAMLProviderListEntry.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantvalidUntil()The expiration date and time for the SAML provider.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the SAML provider.
- Returns:
- The Amazon Resource Name (ARN) of the SAML provider.
-
validUntil
public final Instant validUntil()
The expiration date and time for the SAML provider.
- Returns:
- The expiration date and time for the SAML provider.
-
createDate
public final Instant createDate()
The date and time when the SAML provider was created.
- Returns:
- The date and time when the SAML provider was created.
-
toBuilder
public SAMLProviderListEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SAMLProviderListEntry.Builder,SAMLProviderListEntry>
-
builder
public static SAMLProviderListEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends SAMLProviderListEntry.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-