@Generated(value="software.amazon.awssdk:codegen") public final class CreatePolicyStoreResponse extends VerifiedPermissionsResponse implements ToCopyableBuilder<CreatePolicyStoreResponse.Builder,CreatePolicyStoreResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreatePolicyStoreResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the new policy store.
|
static CreatePolicyStoreResponse.Builder |
builder() |
Instant |
createdDate()
The date and time the policy store was originally created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDate()
The date and time the policy store was last updated.
|
String |
policyStoreId()
The unique ID of the new policy store.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreatePolicyStoreResponse.Builder> |
serializableBuilderClass() |
CreatePolicyStoreResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String policyStoreId()
The unique ID of the new policy store.
public final String arn()
The Amazon Resource Name (ARN) of the new policy store.
public final Instant createdDate()
The date and time the policy store was originally created.
public final Instant lastUpdatedDate()
The date and time the policy store was last updated.
public CreatePolicyStoreResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreatePolicyStoreResponse.Builder,CreatePolicyStoreResponse>toBuilder in class AwsResponsepublic static CreatePolicyStoreResponse.Builder builder()
public static Class<? extends CreatePolicyStoreResponse.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.