7#include <aws/license-manager/LicenseManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace LicenseManager
49 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
63 inline void SetKeyPrefix(
const char* value) { m_keyPrefixHasBeenSet =
true; m_keyPrefix.assign(value); }
71 bool m_bucketHasBeenSet =
false;
74 bool m_keyPrefixHasBeenSet =
false;
S3Location & WithKeyPrefix(Aws::String &&value)
void SetKeyPrefix(Aws::String &&value)
AWS_LICENSEMANAGER_API S3Location(Aws::Utils::Json::JsonView jsonValue)
void SetKeyPrefix(const char *value)
S3Location & WithBucket(const char *value)
AWS_LICENSEMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
bool KeyPrefixHasBeenSet() const
void SetBucket(const Aws::String &value)
void SetBucket(Aws::String &&value)
const Aws::String & GetKeyPrefix() const
S3Location & WithKeyPrefix(const char *value)
S3Location & WithBucket(Aws::String &&value)
S3Location & WithBucket(const Aws::String &value)
const Aws::String & GetBucket() const
AWS_LICENSEMANAGER_API S3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
S3Location & WithKeyPrefix(const Aws::String &value)
bool BucketHasBeenSet() const
void SetBucket(const char *value)
AWS_LICENSEMANAGER_API S3Location()
void SetKeyPrefix(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue