7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename S3BucketT = Aws::String>
42 m_s3BucketHasBeenSet =
true;
43 m_s3Bucket = std::forward<S3BucketT>(value);
45 template <
typename S3BucketT = Aws::String>
68 template <
typename S3KeyT = Aws::String>
70 m_s3KeyHasBeenSet =
true;
71 m_s3Key = std::forward<S3KeyT>(value);
73 template <
typename S3KeyT = Aws::String>
75 SetS3Key(std::forward<S3KeyT>(value));
83 bool m_s3BucketHasBeenSet =
false;
84 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