Class ReportGenerator
- java.lang.Object
-
- software.amazon.awssdk.services.licensemanager.model.ReportGenerator
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReportGenerator.Builder,ReportGenerator>
@Generated("software.amazon.awssdk:codegen") public final class ReportGenerator extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReportGenerator.Builder,ReportGenerator>
Describe the details of a report generator.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReportGenerator.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReportGenerator.Builderbuilder()StringcreateTime()Time the report was created.Stringdescription()Description of the report generator.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()booleanhasReportType()For responses, this returns true if the service returned a value for the ReportType property.booleanhasTags()For responses, this returns true if the service returned a value for the Tags property.StringlastReportGenerationTime()Time the last report was generated at.StringlastRunFailureReason()Failure message for the last report generation attempt.StringlastRunStatus()Status of the last report generation attempt.StringlicenseManagerReportGeneratorArn()Amazon Resource Name (ARN) of the report generator.ReportContextreportContext()License configuration type for this generator.StringreportCreatorAccount()The Amazon Web Services account ID used to create the report generator.ReportFrequencyreportFrequency()Details about how frequently reports are generated.StringreportGeneratorName()Name of the report generator.List<ReportType>reportType()Type of reports that are generated.List<String>reportTypeAsStrings()Type of reports that are generated.S3Locations3Location()Details of the S3 bucket that report generator reports are published to.List<SdkField<?>>sdkFields()static Class<? extends ReportGenerator.Builder>serializableBuilderClass()List<Tag>tags()Tags associated with the report generator.ReportGenerator.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
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 theisEmpty()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 theisEmpty()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.
-
toBuilder
public ReportGenerator.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReportGenerator.Builder,ReportGenerator>
-
builder
public static ReportGenerator.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReportGenerator.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
-