@Generated(value="software.amazon.awssdk:codegen") public final class GetIdentitySourceResponse extends VerifiedPermissionsResponse implements ToCopyableBuilder<GetIdentitySourceResponse.Builder,GetIdentitySourceResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetIdentitySourceResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetIdentitySourceResponse.Builder |
builder() |
Instant |
createdDate()
The date and time that the identity source was originally created.
|
IdentitySourceDetails |
details()
A structure that describes the configuration of the identity source.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identitySourceId()
The ID of the identity source.
|
Instant |
lastUpdatedDate()
The date and time that the identity source was most recently updated.
|
String |
policyStoreId()
The ID of the policy store that contains the identity source.
|
String |
principalEntityType()
The data type of principals generated for identities authenticated by this identity source.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetIdentitySourceResponse.Builder> |
serializableBuilderClass() |
GetIdentitySourceResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdDate()
The date and time that the identity source was originally created.
public final IdentitySourceDetails details()
A structure that describes the configuration of the identity source.
public final String identitySourceId()
The ID of the identity source.
public final Instant lastUpdatedDate()
The date and time that the identity source was most recently updated.
public final String policyStoreId()
The ID of the policy store that contains the identity source.
public final String principalEntityType()
The data type of principals generated for identities authenticated by this identity source.
public GetIdentitySourceResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetIdentitySourceResponse.Builder,GetIdentitySourceResponse>toBuilder in class AwsResponsepublic static GetIdentitySourceResponse.Builder builder()
public static Class<? extends GetIdentitySourceResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.