@Generated(value="software.amazon.awssdk:codegen") public final class UpdateIdentitySourceResponse extends VerifiedPermissionsResponse implements ToCopyableBuilder<UpdateIdentitySourceResponse.Builder,UpdateIdentitySourceResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateIdentitySourceResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateIdentitySourceResponse.Builder |
builder() |
Instant |
createdDate()
The date and time that the updated 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 ID of the updated 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 updated identity source.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateIdentitySourceResponse.Builder> |
serializableBuilderClass() |
UpdateIdentitySourceResponse.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 updated identity source was originally created.
public final String identitySourceId()
The ID of the updated 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 updated identity source.
public UpdateIdentitySourceResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateIdentitySourceResponse.Builder,UpdateIdentitySourceResponse>toBuilder in class AwsResponsepublic static UpdateIdentitySourceResponse.Builder builder()
public static Class<? extends UpdateIdentitySourceResponse.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.