Class UpdateReportDefinitionRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.applicationcostprofiler.model.ApplicationCostProfilerRequest
-
- software.amazon.awssdk.services.applicationcostprofiler.model.UpdateReportDefinitionRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateReportDefinitionRequest.Builder,UpdateReportDefinitionRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateReportDefinitionRequest extends ApplicationCostProfilerRequest implements ToCopyableBuilder<UpdateReportDefinitionRequest.Builder,UpdateReportDefinitionRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateReportDefinitionRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateReportDefinitionRequest.Builderbuilder()S3LocationdestinationS3Location()Required.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Formatformat()Required.StringformatAsString()Required.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringreportDescription()Required.ReportFrequencyreportFrequency()Required.StringreportFrequencyAsString()Required.StringreportId()Required.List<SdkField<?>>sdkFields()static Class<? extends UpdateReportDefinitionRequest.Builder>serializableBuilderClass()UpdateReportDefinitionRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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()
Required. ID of the report to update.
- Returns:
- Required. ID of the report to update.
-
reportDescription
public final String reportDescription()
Required. Description of the report.
- Returns:
- Required. Description of the report.
-
reportFrequency
public final ReportFrequency reportFrequency()
Required. The cadence 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:
- Required. The cadence to generate the report.
- See Also:
ReportFrequency
-
reportFrequencyAsString
public final String reportFrequencyAsString()
Required. The cadence 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:
- Required. The cadence to generate the report.
- See Also:
ReportFrequency
-
format
public final Format format()
Required. The format to use for 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:
- Required. The format to use for the generated report.
- See Also:
Format
-
formatAsString
public final String formatAsString()
Required. The format to use for 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:
- Required. The format to use for the generated report.
- See Also:
Format
-
destinationS3Location
public final S3Location destinationS3Location()
Required. Amazon Simple Storage Service (Amazon S3) location where Application Cost Profiler uploads the report.
- Returns:
- Required. Amazon Simple Storage Service (Amazon S3) location where Application Cost Profiler uploads the report.
-
toBuilder
public UpdateReportDefinitionRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateReportDefinitionRequest.Builder,UpdateReportDefinitionRequest>- Specified by:
toBuilderin classApplicationCostProfilerRequest
-
builder
public static UpdateReportDefinitionRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateReportDefinitionRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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 classSdkRequest
-
-