7#include <aws/applicationcostprofiler/ApplicationCostProfiler_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/applicationcostprofiler/model/S3BucketRegion.h>
22namespace ApplicationCostProfiler
48 template<
typename BucketT = Aws::String>
49 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
50 template<
typename BucketT = Aws::String>
60 template<
typename KeyT = Aws::String>
61 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
62 template<
typename KeyT = Aws::String>
81 bool m_bucketHasBeenSet =
false;
84 bool m_keyHasBeenSet =
false;
87 bool m_regionHasBeenSet =
false;
AWS_APPLICATIONCOSTPROFILER_API SourceS3Location()=default
bool KeyHasBeenSet() const
bool BucketHasBeenSet() const
SourceS3Location & WithRegion(S3BucketRegion value)
void SetKey(KeyT &&value)
AWS_APPLICATIONCOSTPROFILER_API SourceS3Location(Aws::Utils::Json::JsonView jsonValue)
AWS_APPLICATIONCOSTPROFILER_API SourceS3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRegion(S3BucketRegion value)
SourceS3Location & WithBucket(BucketT &&value)
const Aws::String & GetBucket() const
const Aws::String & GetKey() const
void SetBucket(BucketT &&value)
SourceS3Location & WithKey(KeyT &&value)
bool RegionHasBeenSet() const
AWS_APPLICATIONCOSTPROFILER_API Aws::Utils::Json::JsonValue Jsonize() const
S3BucketRegion GetRegion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue