ToCopyableBuilder<SAMLProviderListEntry.Builder,SAMLProviderListEntry>
@Generated("software.amazon.awssdk:codegen") public class SAMLProviderListEntry extends Object implements ToCopyableBuilder<SAMLProviderListEntry.Builder,SAMLProviderListEntry>
Contains the list of SAML providers for this account.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SAMLProviderListEntry.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
arn() |
The Amazon Resource Name (ARN) of the SAML provider.
|
static SAMLProviderListEntry.Builder |
builder() |
|
Date |
createDate() |
The date and time when the SAML provider was created.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends SAMLProviderListEntry.Builder> |
serializableBuilderClass() |
|
SAMLProviderListEntry.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Date |
validUntil() |
The expiration date and time for the SAML provider.
|
public String arn()
The Amazon Resource Name (ARN) of the SAML provider.
public Date validUntil()
The expiration date and time for the SAML provider.
public Date createDate()
The date and time when the SAML provider was created.
public SAMLProviderListEntry.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SAMLProviderListEntry.Builder,SAMLProviderListEntry>
public static SAMLProviderListEntry.Builder builder()
public static Class<? extends SAMLProviderListEntry.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.