@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 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 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 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 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 BusinessReportS3Location s3Location()
The S3 location of the output reports.
public Instant deliveryTime()
The time of report delivery.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.