Class GetReportDefinitionResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.applicationcostprofiler.model.ApplicationCostProfilerResponse
-
- software.amazon.awssdk.services.applicationcostprofiler.model.GetReportDefinitionResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetReportDefinitionResponse.Builder,GetReportDefinitionResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetReportDefinitionResponse extends ApplicationCostProfilerResponse implements ToCopyableBuilder<GetReportDefinitionResponse.Builder,GetReportDefinitionResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetReportDefinitionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetReportDefinitionResponse.Builderbuilder()InstantcreatedAt()Timestamp (milliseconds) when this report definition was created.S3LocationdestinationS3Location()Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Formatformat()Format of the generated report.StringformatAsString()Format of the generated report.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdated()Timestamp (milliseconds) when this report definition was last updated.StringreportDescription()Description of the report.ReportFrequencyreportFrequency()Cadence used to generate the report.StringreportFrequencyAsString()Cadence used to generate the report.StringreportId()ID of the report retrieved.List<SdkField<?>>sdkFields()static Class<? extends GetReportDefinitionResponse.Builder>serializableBuilderClass()GetReportDefinitionResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.applicationcostprofiler.model.ApplicationCostProfilerResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
reportId
public final String reportId()
ID of the report retrieved.
- Returns:
- ID of the report retrieved.
-
reportDescription
public final String reportDescription()
Description of the report.
- Returns:
- Description of the report.
-
reportFrequency
public final ReportFrequency reportFrequency()
Cadence used to generate the report.
If the service returns an enum value that is not available in the current SDK version,
reportFrequencywill returnReportFrequency.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreportFrequencyAsString().- Returns:
- Cadence used to generate the report.
- See Also:
ReportFrequency
-
reportFrequencyAsString
public final String reportFrequencyAsString()
Cadence used to generate the report.
If the service returns an enum value that is not available in the current SDK version,
reportFrequencywill returnReportFrequency.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreportFrequencyAsString().- Returns:
- Cadence used to generate the report.
- See Also:
ReportFrequency
-
format
public final Format format()
Format of the generated report.
If the service returns an enum value that is not available in the current SDK version,
formatwill returnFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- Format of the generated report.
- See Also:
Format
-
formatAsString
public final String formatAsString()
Format of the generated report.
If the service returns an enum value that is not available in the current SDK version,
formatwill returnFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- Format of the generated report.
- See Also:
Format
-
destinationS3Location
public final S3Location destinationS3Location()
Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.
- Returns:
- Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.
-
createdAt
public final Instant createdAt()
Timestamp (milliseconds) when this report definition was created.
- Returns:
- Timestamp (milliseconds) when this report definition was created.
-
lastUpdated
public final Instant lastUpdated()
Timestamp (milliseconds) when this report definition was last updated.
- Returns:
- Timestamp (milliseconds) when this report definition was last updated.
-
toBuilder
public GetReportDefinitionResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetReportDefinitionResponse.Builder,GetReportDefinitionResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetReportDefinitionResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetReportDefinitionResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-