Class GetPolicyStoreResponse

    • Method Detail

      • policyStoreId

        public final String policyStoreId()

        The ID of the policy store;

        Returns:
        The ID 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.
      • validationSettings

        public final ValidationSettings validationSettings()

        The current validation settings for the policy store.

        Returns:
        The current validation settings for the policy store.
      • createdDate

        public final Instant createdDate()

        The date and time that the policy store was originally created.

        Returns:
        The date and time that the policy store was originally created.
      • lastUpdatedDate

        public final Instant lastUpdatedDate()

        The date and time that the policy store was last updated.

        Returns:
        The date and time that the policy store was last 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.
      • 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.
        Overrides:
        toString in class Object