Class AssociatedAccessPolicy

    • Method Detail

      • policyArn

        public final String policyArn()

        The ARN of the AccessPolicy.

        Returns:
        The ARN of the AccessPolicy.
      • accessScope

        public final AccessScope accessScope()

        The scope of the access policy.

        Returns:
        The scope of the access policy.
      • associatedAt

        public final Instant associatedAt()

        The date and time the AccessPolicy was associated with an AccessEntry.

        Returns:
        The date and time the AccessPolicy was associated with an AccessEntry.
      • modifiedAt

        public final Instant modifiedAt()

        The Unix epoch timestamp for the last modification to the object.

        Returns:
        The Unix epoch timestamp for the last modification to the object.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)