Class WebsiteAuthorizationProviderSummary
- java.lang.Object
-
- software.amazon.awssdk.services.worklink.model.WebsiteAuthorizationProviderSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WebsiteAuthorizationProviderSummary.Builder,WebsiteAuthorizationProviderSummary>
@Generated("software.amazon.awssdk:codegen") public final class WebsiteAuthorizationProviderSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WebsiteAuthorizationProviderSummary.Builder,WebsiteAuthorizationProviderSummary>
The summary of the website authorization provider.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWebsiteAuthorizationProviderSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringauthorizationProviderId()A unique identifier for the authorization provider.AuthorizationProviderTypeauthorizationProviderType()The authorization provider type.StringauthorizationProviderTypeAsString()The authorization provider type.static WebsiteAuthorizationProviderSummary.Builderbuilder()InstantcreatedTime()The time of creation.StringdomainName()The domain name of the authorization provider.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends WebsiteAuthorizationProviderSummary.Builder>serializableBuilderClass()WebsiteAuthorizationProviderSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
authorizationProviderId
public final String authorizationProviderId()
A unique identifier for the authorization provider.
- Returns:
- A unique identifier for the authorization provider.
-
authorizationProviderType
public final AuthorizationProviderType authorizationProviderType()
The authorization provider type.
If the service returns an enum value that is not available in the current SDK version,
authorizationProviderTypewill returnAuthorizationProviderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthorizationProviderTypeAsString().- Returns:
- The authorization provider type.
- See Also:
AuthorizationProviderType
-
authorizationProviderTypeAsString
public final String authorizationProviderTypeAsString()
The authorization provider type.
If the service returns an enum value that is not available in the current SDK version,
authorizationProviderTypewill returnAuthorizationProviderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthorizationProviderTypeAsString().- Returns:
- The authorization provider type.
- See Also:
AuthorizationProviderType
-
domainName
public final String domainName()
The domain name of the authorization provider. This applies only to SAML-based authorization providers.
- Returns:
- The domain name of the authorization provider. This applies only to SAML-based authorization providers.
-
createdTime
public final Instant createdTime()
The time of creation.
- Returns:
- The time of creation.
-
toBuilder
public WebsiteAuthorizationProviderSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WebsiteAuthorizationProviderSummary.Builder,WebsiteAuthorizationProviderSummary>
-
builder
public static WebsiteAuthorizationProviderSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends WebsiteAuthorizationProviderSummary.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.
-
-