7#include <aws/applicationcostprofiler/ApplicationCostProfiler_EXPORTS.h>
8#include <aws/applicationcostprofiler/ApplicationCostProfilerRequest.h>
9#include <aws/applicationcostprofiler/model/SourceS3Location.h>
14namespace ApplicationCostProfiler
41 template<
typename SourceS3LocationT = SourceS3Location>
42 void SetSourceS3Location(SourceS3LocationT&& value) { m_sourceS3LocationHasBeenSet =
true; m_sourceS3Location = std::forward<SourceS3LocationT>(value); }
43 template<
typename SourceS3LocationT = SourceS3Location>
49 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