@Generated(value="software.amazon.awssdk:codegen") public final class BusinessReport extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BusinessReport.Builder,BusinessReport>
Usage report with specified parameters.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BusinessReport.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BusinessReport.Builder |
builder() |
Instant |
deliveryTime()
The time of report delivery.
|
String |
downloadUrl()
The download link where a user can download the report.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
BusinessReportFailureCode |
failureCode()
The failure code.
|
String |
failureCodeAsString()
The failure code.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
BusinessReportS3Location |
s3Location()
The S3 location of the output reports.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BusinessReport.Builder> |
serializableBuilderClass() |
BusinessReportStatus |
status()
The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
|
String |
statusAsString()
The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
|
BusinessReport.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final BusinessReportStatus 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, status will
return BusinessReportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
BusinessReportStatuspublic final String 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, status will
return BusinessReportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
BusinessReportStatuspublic final BusinessReportFailureCode failureCode()
The failure code.
If the service returns an enum value that is not available in the current SDK version, failureCode will
return BusinessReportFailureCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from failureCodeAsString().
BusinessReportFailureCodepublic final String failureCodeAsString()
The failure code.
If the service returns an enum value that is not available in the current SDK version, failureCode will
return BusinessReportFailureCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from failureCodeAsString().
BusinessReportFailureCodepublic final BusinessReportS3Location s3Location()
The S3 location of the output reports.
public final Instant deliveryTime()
The time of report delivery.
public final String downloadUrl()
The download link where a user can download the report.
public BusinessReport.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BusinessReport.Builder,BusinessReport>public static BusinessReport.Builder builder()
public static Class<? extends BusinessReport.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.