7#include <aws/applicationcostprofiler/ApplicationCostProfiler_EXPORTS.h>
8#include <aws/applicationcostprofiler/model/S3BucketRegion.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ApplicationCostProfiler {
42 template <
typename BucketT = Aws::String>
44 m_bucketHasBeenSet =
true;
45 m_bucket = std::forward<BucketT>(value);
47 template <
typename BucketT = Aws::String>
60 template <
typename KeyT = Aws::String>
62 m_keyHasBeenSet =
true;
63 m_key = std::forward<KeyT>(value);
65 template <
typename KeyT = Aws::String>
67 SetKey(std::forward<KeyT>(value));
82 m_regionHasBeenSet =
true;
96 bool m_bucketHasBeenSet =
false;
97 bool m_keyHasBeenSet =
false;
98 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