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
50 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
63 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
64 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
87 bool m_bucketHasBeenSet =
false;
90 bool m_keyHasBeenSet =
false;
93 bool m_regionHasBeenSet =
false;
bool KeyHasBeenSet() const
AWS_APPLICATIONCOSTPROFILER_API SourceS3Location()
bool BucketHasBeenSet() const
SourceS3Location & WithRegion(const S3BucketRegion &value)
void SetBucket(const char *value)
SourceS3Location & WithKey(const char *value)
const S3BucketRegion & GetRegion() const
AWS_APPLICATIONCOSTPROFILER_API SourceS3Location(Aws::Utils::Json::JsonView jsonValue)
AWS_APPLICATIONCOSTPROFILER_API SourceS3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
SourceS3Location & WithBucket(Aws::String &&value)
void SetBucket(Aws::String &&value)
SourceS3Location & WithRegion(S3BucketRegion &&value)
void SetBucket(const Aws::String &value)
void SetRegion(S3BucketRegion &&value)
const Aws::String & GetBucket() const
const Aws::String & GetKey() const
SourceS3Location & WithBucket(const char *value)
void SetKey(Aws::String &&value)
void SetKey(const char *value)
bool RegionHasBeenSet() const
SourceS3Location & WithKey(const Aws::String &value)
void SetKey(const Aws::String &value)
void SetRegion(const S3BucketRegion &value)
SourceS3Location & WithBucket(const Aws::String &value)
AWS_APPLICATIONCOSTPROFILER_API Aws::Utils::Json::JsonValue Jsonize() const
SourceS3Location & WithKey(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue