@Generated(value="software.amazon.awssdk:codegen") public final class PolicyStoreItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PolicyStoreItem.Builder,PolicyStoreItem>
Contains information about a policy store.
This data type is used as a response parameter for the ListPolicyStores operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PolicyStoreItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the policy store.
|
static PolicyStoreItem.Builder |
builder() |
Instant |
createdDate()
The date and time the policy was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
policyStoreId()
The unique identifier of the policy store.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PolicyStoreItem.Builder> |
serializableBuilderClass() |
PolicyStoreItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String policyStoreId()
The unique identifier of the policy store.
public final String arn()
The Amazon Resource Name (ARN) of the policy store.
public final Instant createdDate()
The date and time the policy was created.
public PolicyStoreItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PolicyStoreItem.Builder,PolicyStoreItem>public static PolicyStoreItem.Builder builder()
public static Class<? extends PolicyStoreItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.