Class BusinessReport
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BusinessReport.Builder,BusinessReport>
Usage report with specified parameters.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic BusinessReport.Builderbuilder()final InstantThe time of report delivery.final StringThe download link where a user can download the report.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.The failure code.final StringThe failure code.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BusinessReportS3LocationThe S3 location of the output reports.static Class<? extends BusinessReport.Builder> final BusinessReportStatusstatus()The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).final StringThe status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
status
The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
If the service returns an enum value that is not available in the current SDK version,
statuswill returnBusinessReportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
- See Also:
-
statusAsString
The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
If the service returns an enum value that is not available in the current SDK version,
statuswill returnBusinessReportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
- See Also:
-
failureCode
The failure code.
If the service returns an enum value that is not available in the current SDK version,
failureCodewill returnBusinessReportFailureCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfailureCodeAsString().- Returns:
- The failure code.
- See Also:
-
failureCodeAsString
The failure code.
If the service returns an enum value that is not available in the current SDK version,
failureCodewill returnBusinessReportFailureCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfailureCodeAsString().- Returns:
- The failure code.
- See Also:
-
s3Location
The S3 location of the output reports.
- Returns:
- The S3 location of the output reports.
-
deliveryTime
The time of report delivery.
- Returns:
- The time of report delivery.
-
downloadUrl
The download link where a user can download the report.
- Returns:
- The download link where a user can download the report.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<BusinessReport.Builder,BusinessReport> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
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. -
getValueForField
-
sdkFields
-