Class ReportStatus
- java.lang.Object
-
- software.amazon.awssdk.services.costandusagereport.model.ReportStatus
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReportStatus.Builder,ReportStatus>
@Generated("software.amazon.awssdk:codegen") public final class ReportStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReportStatus.Builder,ReportStatus>
A two element dictionary with a
lastDeliveryandlastStatuskey whose values describe the date and status of the last delivered report for a particular report definition.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReportStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReportStatus.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlastDelivery()A timestamp that gives the date of a report delivery.LastStatuslastStatus()An enum that gives the status of a report delivery.StringlastStatusAsString()An enum that gives the status of a report delivery.List<SdkField<?>>sdkFields()static Class<? extends ReportStatus.Builder>serializableBuilderClass()ReportStatus.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
-
lastDelivery
public final String lastDelivery()
A timestamp that gives the date of a report delivery.
- Returns:
- A timestamp that gives the date of a report delivery.
-
lastStatus
public final LastStatus lastStatus()
An enum that gives the status of a report delivery.
If the service returns an enum value that is not available in the current SDK version,
lastStatuswill returnLastStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlastStatusAsString().- Returns:
- An enum that gives the status of a report delivery.
- See Also:
LastStatus
-
lastStatusAsString
public final String lastStatusAsString()
An enum that gives the status of a report delivery.
If the service returns an enum value that is not available in the current SDK version,
lastStatuswill returnLastStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlastStatusAsString().- Returns:
- An enum that gives the status of a report delivery.
- See Also:
LastStatus
-
toBuilder
public ReportStatus.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReportStatus.Builder,ReportStatus>
-
builder
public static ReportStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReportStatus.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.
-
-