@Generated(value="software.amazon.awssdk:codegen") public final class CreateIdentitySourceResponse extends VerifiedPermissionsResponse implements ToCopyableBuilder<CreateIdentitySourceResponse.Builder,CreateIdentitySourceResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateIdentitySourceResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateIdentitySourceResponse.Builder |
builder() |
Instant |
createdDate()
The date and time the identity source was originally created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identitySourceId()
The unique ID of the new identity source.
|
Instant |
lastUpdatedDate()
The date and time the identity source was most recently updated.
|
String |
policyStoreId()
The ID of the policy store that contains the identity source.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateIdentitySourceResponse.Builder> |
serializableBuilderClass() |
CreateIdentitySourceResponse.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 the identity source was originally created.
public final String identitySourceId()
The unique ID of the new identity source.
public final Instant lastUpdatedDate()
The date and time the identity source was most recently updated.
public final String policyStoreId()
The ID of the policy store that contains the identity source.
public CreateIdentitySourceResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateIdentitySourceResponse.Builder,CreateIdentitySourceResponse>toBuilder in class AwsResponsepublic static CreateIdentitySourceResponse.Builder builder()
public static Class<? extends CreateIdentitySourceResponse.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.