7#include <aws/applicationcostprofiler/ApplicationCostProfilerRequest.h>
8#include <aws/applicationcostprofiler/ApplicationCostProfiler_EXPORTS.h>
9#include <aws/applicationcostprofiler/model/SourceS3Location.h>
14namespace ApplicationCostProfiler {
37 template <
typename SourceS3LocationT = SourceS3Location>
39 m_sourceS3LocationHasBeenSet =
true;
40 m_sourceS3Location = std::forward<SourceS3LocationT>(value);
42 template <
typename SourceS3LocationT = SourceS3Location>
50 bool m_sourceS3LocationHasBeenSet =
false;
ImportApplicationUsageRequest & WithSourceS3Location(SourceS3LocationT &&value)
AWS_APPLICATIONCOSTPROFILER_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
AWS_APPLICATIONCOSTPROFILER_API ImportApplicationUsageRequest()=default
bool SourceS3LocationHasBeenSet() const
const SourceS3Location & GetSourceS3Location() const
void SetSourceS3Location(SourceS3LocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String