@Generated(value="software.amazon.awssdk:codegen") public final class ReportGenerator extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReportGenerator.Builder,ReportGenerator>
Describe the details of a report generator.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReportGenerator.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReportGenerator.Builder |
builder() |
String |
createTime()
Time the report was created.
|
String |
description()
Description of the report generator.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasReportType()
For responses, this returns true if the service returned a value for the ReportType property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
String |
lastReportGenerationTime()
Time the last report was generated at.
|
String |
lastRunFailureReason()
Failure message for the last report generation attempt.
|
String |
lastRunStatus()
Status of the last report generation attempt.
|
String |
licenseManagerReportGeneratorArn()
Amazon Resource Name (ARN) of the report generator.
|
ReportContext |
reportContext()
License configuration type for this generator.
|
String |
reportCreatorAccount()
The Amazon Web Services account ID used to create the report generator.
|
ReportFrequency |
reportFrequency()
Details about how frequently reports are generated.
|
String |
reportGeneratorName()
Name of the report generator.
|
List<ReportType> |
reportType()
Type of reports that are generated.
|
List<String> |
reportTypeAsStrings()
Type of reports that are generated.
|
S3Location |
s3Location()
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String reportGeneratorName()
Name of the report generator.
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.
public final boolean hasReportType()
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.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.
public final ReportContext reportContext()
License configuration type for this generator.
public final ReportFrequency reportFrequency()
Details about how frequently reports are generated.
public final String licenseManagerReportGeneratorArn()
Amazon Resource Name (ARN) of the report generator.
public final String lastRunStatus()
Status of the last report generation attempt.
public final String lastRunFailureReason()
Failure message for the last report generation attempt.
public final String lastReportGenerationTime()
Time the last report was generated at.
public final String reportCreatorAccount()
The Amazon Web Services account ID used to create the report generator.
public final String description()
Description of the report generator.
public final S3Location s3Location()
Details of the S3 bucket that report generator reports are published to.
public final String createTime()
Time the report was created.
public final boolean hasTags()
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.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.
public ReportGenerator.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReportGenerator.Builder,ReportGenerator>public static ReportGenerator.Builder builder()
public static Class<? extends ReportGenerator.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.