7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetS3Bucket(
const char* value) { m_s3BucketHasBeenSet =
true; m_s3Bucket.assign(value); }
72 inline void SetS3Key(
const char* value) { m_s3KeyHasBeenSet =
true; m_s3Key.assign(value); }
80 bool m_s3BucketHasBeenSet =
false;
83 bool m_s3KeyHasBeenSet =
false;
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
S3Location & WithS3Bucket(const char *value)
AWS_APPSTREAM_API S3Location(Aws::Utils::Json::JsonView jsonValue)
AWS_APPSTREAM_API S3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetS3Key() const
void SetS3Key(const char *value)
S3Location & WithS3Bucket(Aws::String &&value)
S3Location & WithS3Bucket(const Aws::String &value)
S3Location & WithS3Key(Aws::String &&value)
const Aws::String & GetS3Bucket() const
S3Location & WithS3Key(const Aws::String &value)
void SetS3Bucket(Aws::String &&value)
void SetS3Key(const Aws::String &value)
void SetS3Key(Aws::String &&value)
bool S3BucketHasBeenSet() const
bool S3KeyHasBeenSet() const
S3Location & WithS3Key(const char *value)
void SetS3Bucket(const char *value)
AWS_APPSTREAM_API S3Location()
void SetS3Bucket(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue