7#include <aws/applicationcostprofiler/ApplicationCostProfiler_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace 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 PrefixT = Aws::String>
62 m_prefixHasBeenSet =
true;
63 m_prefix = std::forward<PrefixT>(value);
65 template <
typename PrefixT = Aws::String>
75 bool m_bucketHasBeenSet =
false;
76 bool m_prefixHasBeenSet =
false;
const Aws::String & GetBucket() const
bool BucketHasBeenSet() const
bool PrefixHasBeenSet() const
AWS_APPLICATIONCOSTPROFILER_API S3Location()=default
S3Location & WithPrefix(PrefixT &&value)
AWS_APPLICATIONCOSTPROFILER_API S3Location(Aws::Utils::Json::JsonView jsonValue)
void SetBucket(BucketT &&value)
S3Location & WithBucket(BucketT &&value)
AWS_APPLICATIONCOSTPROFILER_API S3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPrefix() const
void SetPrefix(PrefixT &&value)
AWS_APPLICATIONCOSTPROFILER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue