7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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 PrefixT = Aws::String>
61 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
62 template<
typename PrefixT = Aws::String>
68 bool m_bucketHasBeenSet =
false;
71 bool m_prefixHasBeenSet =
false;
DestinationS3Location & WithBucket(BucketT &&value)
DestinationS3Location & WithPrefix(PrefixT &&value)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBucket(BucketT &&value)
AWS_TAXSETTINGS_API DestinationS3Location(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetBucket() const
bool BucketHasBeenSet() const
AWS_TAXSETTINGS_API DestinationS3Location()=default
bool PrefixHasBeenSet() const
void SetPrefix(PrefixT &&value)
AWS_TAXSETTINGS_API DestinationS3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPrefix() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue