Class ReportGenerator

    • Method Detail

      • reportGeneratorName

        public final String reportGeneratorName()

        Name of the report generator.

        Returns:
        Name of the report generator.
      • reportType

        public final List<ReportType> reportType()

        Type of reports that are generated.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasReportType() method.

        Returns:
        Type of reports that are generated.
      • hasReportType

        public final boolean hasReportType()
        For responses, this returns true if the service returned a value for the ReportType property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • reportTypeAsStrings

        public final List<String> reportTypeAsStrings()

        Type of reports that are generated.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasReportType() method.

        Returns:
        Type of reports that are generated.
      • reportContext

        public final ReportContext reportContext()

        License configuration type for this generator.

        Returns:
        License configuration type for this generator.
      • reportFrequency

        public final ReportFrequency reportFrequency()

        Details about how frequently reports are generated.

        Returns:
        Details about how frequently reports are generated.
      • licenseManagerReportGeneratorArn

        public final String licenseManagerReportGeneratorArn()

        Amazon Resource Name (ARN) of the report generator.

        Returns:
        Amazon Resource Name (ARN) of the report generator.
      • lastRunStatus

        public final String lastRunStatus()

        Status of the last report generation attempt.

        Returns:
        Status of the last report generation attempt.
      • lastRunFailureReason

        public final String lastRunFailureReason()

        Failure message for the last report generation attempt.

        Returns:
        Failure message for the last report generation attempt.
      • lastReportGenerationTime

        public final String lastReportGenerationTime()

        Time the last report was generated at.

        Returns:
        Time the last report was generated at.
      • reportCreatorAccount

        public final String reportCreatorAccount()

        The Amazon Web Services account ID used to create the report generator.

        Returns:
        The Amazon Web Services account ID used to create the report generator.
      • description

        public final String description()

        Description of the report generator.

        Returns:
        Description of the report generator.
      • s3Location

        public final S3Location s3Location()

        Details of the S3 bucket that report generator reports are published to.

        Returns:
        Details of the S3 bucket that report generator reports are published to.
      • createTime

        public final String createTime()

        Time the report was created.

        Returns:
        Time the report was created.
      • hasTags

        public final boolean hasTags()
        For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • tags

        public final List<Tag> tags()

        Tags associated with the report generator.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasTags() method.

        Returns:
        Tags associated with the report generator.
      • 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)