7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename S3BucketT = Aws::String>
47 void SetS3Bucket(S3BucketT&& value) { m_s3BucketHasBeenSet =
true; m_s3Bucket = std::forward<S3BucketT>(value); }
48 template<
typename S3BucketT = Aws::String>
68 template<
typename S3KeyT = Aws::String>
69 void SetS3Key(S3KeyT&& value) { m_s3KeyHasBeenSet =
true; m_s3Key = std::forward<S3KeyT>(value); }
70 template<
typename S3KeyT = Aws::String>
76 bool m_s3BucketHasBeenSet =
false;
79 bool m_s3KeyHasBeenSet =
false;
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3Bucket(S3BucketT &&value)
void SetS3Key(S3KeyT &&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
const Aws::String & GetS3Bucket() const
S3Location & WithS3Bucket(S3BucketT &&value)
bool S3BucketHasBeenSet() const
S3Location & WithS3Key(S3KeyT &&value)
bool S3KeyHasBeenSet() const
AWS_APPSTREAM_API S3Location()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue