Class AssessmentFrameworkShareRequest

    • Method Detail

      • id

        public final String id()

        The unique identifier for the share request.

        Returns:
        The unique identifier for the share request.
      • frameworkId

        public final String frameworkId()

        The unique identifier for the shared custom framework.

        Returns:
        The unique identifier for the shared custom framework.
      • frameworkName

        public final String frameworkName()

        The name of the custom framework that the share request is for.

        Returns:
        The name of the custom framework that the share request is for.
      • frameworkDescription

        public final String frameworkDescription()

        The description of the shared custom framework.

        Returns:
        The description of the shared custom framework.
      • sourceAccount

        public final String sourceAccount()

        The Amazon Web Services account of the sender.

        Returns:
        The Amazon Web Services account of the sender.
      • destinationAccount

        public final String destinationAccount()

        The Amazon Web Services account of the recipient.

        Returns:
        The Amazon Web Services account of the recipient.
      • destinationRegion

        public final String destinationRegion()

        The Amazon Web Services Region of the recipient.

        Returns:
        The Amazon Web Services Region of the recipient.
      • expirationTime

        public final Instant expirationTime()

        The time when the share request expires.

        Returns:
        The time when the share request expires.
      • creationTime

        public final Instant creationTime()

        The time when the share request was created.

        Returns:
        The time when the share request was created.
      • lastUpdated

        public final Instant lastUpdated()

        Specifies when the share request was last updated.

        Returns:
        Specifies when the share request was last updated.
      • comment

        public final String comment()

        An optional comment from the sender about the share request.

        Returns:
        An optional comment from the sender about the share request.
      • standardControlsCount

        public final Integer standardControlsCount()

        The number of standard controls that are part of the shared custom framework.

        Returns:
        The number of standard controls that are part of the shared custom framework.
      • customControlsCount

        public final Integer customControlsCount()

        The number of custom controls that are part of the shared custom framework.

        Returns:
        The number of custom controls that are part of the shared custom framework.
      • complianceType

        public final String complianceType()

        The compliance type that the shared custom framework supports, such as CIS or HIPAA.

        Returns:
        The compliance type that the shared custom framework supports, such as CIS or HIPAA.
      • 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)