Class ReportSummary
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ReportSummary.Builder,
ReportSummary>
Summary for report resource.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal AcceptanceType
Acceptance type for report.final String
Acceptance type for report.final String
arn()
ARN for the report resource.static ReportSummary.Builder
builder()
final String
category()
Category for the report resource.final String
Associated company name for the report resource.final String
Description for the report resource.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
id()
Unique resource ID for the report resource.final String
name()
Name for the report resource.final Instant
Timestamp indicating the report resource effective end.final Instant
Timestamp indicating the report resource effective start.final String
Associated product name for the report resource.static Class
<? extends ReportSummary.Builder> final String
series()
Series for the report resource.final PublishedState
state()
Current state of the report resource.final String
Current state of the report resource.final String
The message associated with the current upload state.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final UploadState
The current state of the document upload.final String
The current state of the document upload.final Long
version()
Version for the report resource.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
id
Unique resource ID for the report resource.
- Returns:
- Unique resource ID for the report resource.
-
name
-
state
Current state of the report resource.
If the service returns an enum value that is not available in the current SDK version,
state
will returnPublishedState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstateAsString()
.- Returns:
- Current state of the report resource.
- See Also:
-
stateAsString
Current state of the report resource.
If the service returns an enum value that is not available in the current SDK version,
state
will returnPublishedState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstateAsString()
.- Returns:
- Current state of the report resource.
- See Also:
-
arn
-
version
Version for the report resource.
- Returns:
- Version for the report resource.
-
uploadState
The current state of the document upload.
If the service returns an enum value that is not available in the current SDK version,
uploadState
will returnUploadState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromuploadStateAsString()
.- Returns:
- The current state of the document upload.
- See Also:
-
uploadStateAsString
The current state of the document upload.
If the service returns an enum value that is not available in the current SDK version,
uploadState
will returnUploadState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromuploadStateAsString()
.- Returns:
- The current state of the document upload.
- See Also:
-
description
Description for the report resource.
- Returns:
- Description for the report resource.
-
periodStart
Timestamp indicating the report resource effective start.
- Returns:
- Timestamp indicating the report resource effective start.
-
periodEnd
Timestamp indicating the report resource effective end.
- Returns:
- Timestamp indicating the report resource effective end.
-
series
Series for the report resource.
- Returns:
- Series for the report resource.
-
category
Category for the report resource.
- Returns:
- Category for the report resource.
-
companyName
Associated company name for the report resource.
- Returns:
- Associated company name for the report resource.
-
productName
Associated product name for the report resource.
- Returns:
- Associated product name for the report resource.
-
statusMessage
The message associated with the current upload state.
- Returns:
- The message associated with the current upload state.
-
acceptanceType
Acceptance type for report.
If the service returns an enum value that is not available in the current SDK version,
acceptanceType
will returnAcceptanceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromacceptanceTypeAsString()
.- Returns:
- Acceptance type for report.
- See Also:
-
acceptanceTypeAsString
Acceptance type for report.
If the service returns an enum value that is not available in the current SDK version,
acceptanceType
will returnAcceptanceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromacceptanceTypeAsString()
.- Returns:
- Acceptance type for report.
- See Also:
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<ReportSummary.Builder,
ReportSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in 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
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-