Class PolicyStoreItem
- java.lang.Object
-
- software.amazon.awssdk.services.verifiedpermissions.model.PolicyStoreItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PolicyStoreItem.Builder,PolicyStoreItem>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePolicyStoreItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the policy store.static PolicyStoreItem.Builderbuilder()InstantcreatedDate()The date and time the policy was created.Stringdescription()Descriptive text that you can provide to help with identification of the current policy store.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedDate()The date and time the policy store was most recently updated.StringpolicyStoreId()The unique identifier of the policy store.List<SdkField<?>>sdkFields()static Class<? extends PolicyStoreItem.Builder>serializableBuilderClass()PolicyStoreItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
policyStoreId
public final String policyStoreId()
The unique identifier of the policy store.
- Returns:
- The unique identifier of the policy store.
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the policy store.
- Returns:
- The Amazon Resource Name (ARN) of the policy store.
-
createdDate
public final Instant createdDate()
The date and time the policy was created.
- Returns:
- The date and time the policy was created.
-
lastUpdatedDate
public final Instant lastUpdatedDate()
The date and time the policy store was most recently updated.
- Returns:
- The date and time the policy store was most recently updated.
-
description
public final String description()
Descriptive text that you can provide to help with identification of the current policy store.
- Returns:
- Descriptive text that you can provide to help with identification of the current policy store.
-
toBuilder
public PolicyStoreItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PolicyStoreItem.Builder,PolicyStoreItem>
-
builder
public static PolicyStoreItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends PolicyStoreItem.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-