Class PortfolioDetail

    • Method Detail

      • id

        public final String id()

        The portfolio identifier.

        Returns:
        The portfolio identifier.
      • arn

        public final String arn()

        The ARN assigned to the portfolio.

        Returns:
        The ARN assigned to the portfolio.
      • displayName

        public final String displayName()

        The name to use for display purposes.

        Returns:
        The name to use for display purposes.
      • description

        public final String description()

        The description of the portfolio.

        Returns:
        The description of the portfolio.
      • createdTime

        public final Instant createdTime()

        The UTC time stamp of the creation time.

        Returns:
        The UTC time stamp of the creation time.
      • providerName

        public final String providerName()

        The name of the portfolio provider.

        Returns:
        The name of the portfolio provider.
      • 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)