7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/taxsettings/TaxSettings_EXPORTS.h>
19namespace TaxSettings {
41 template <
typename BucketT = Aws::String>
43 m_bucketHasBeenSet =
true;
44 m_bucket = std::forward<BucketT>(value);
46 template <
typename BucketT = Aws::String>
59 template <
typename KeyT = Aws::String>
61 m_keyHasBeenSet =
true;
62 m_key = std::forward<KeyT>(value);
64 template <
typename KeyT = Aws::String>
66 SetKey(std::forward<KeyT>(value));
74 bool m_bucketHasBeenSet =
false;
75 bool m_keyHasBeenSet =
false;
const Aws::String & GetBucket() const
const Aws::String & GetKey() const
AWS_TAXSETTINGS_API SourceS3Location()=default
AWS_TAXSETTINGS_API SourceS3Location(Aws::Utils::Json::JsonView jsonValue)
AWS_TAXSETTINGS_API SourceS3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBucket(BucketT &&value)
bool KeyHasBeenSet() const
void SetKey(KeyT &&value)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
bool BucketHasBeenSet() const
SourceS3Location & WithKey(KeyT &&value)
SourceS3Location & WithBucket(BucketT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue