7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
50 template <
typename BodyT = Aws::Utils::CryptoBuffer>
52 m_bodyHasBeenSet =
true;
53 m_body = std::forward<BodyT>(value);
55 template <
typename BodyT = Aws::Utils::CryptoBuffer>
57 SetBody(std::forward<BodyT>(value));
70 template <
typename S3UriT = Aws::String>
72 m_s3UriHasBeenSet =
true;
73 m_s3Uri = std::forward<S3UriT>(value);
75 template <
typename S3UriT = Aws::String>
77 SetS3Uri(std::forward<S3UriT>(value));
85 bool m_bodyHasBeenSet =
false;
86 bool m_s3UriHasBeenSet =
false;
AWS_QUICKSIGHT_API AssetBundleImportSource(Aws::Utils::Json::JsonView jsonValue)
AssetBundleImportSource & WithS3Uri(S3UriT &&value)
AWS_QUICKSIGHT_API AssetBundleImportSource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3Uri(S3UriT &&value)
void SetBody(BodyT &&value)
AWS_QUICKSIGHT_API AssetBundleImportSource()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AssetBundleImportSource & WithBody(BodyT &&value)
const Aws::String & GetS3Uri() const
bool BodyHasBeenSet() const
bool S3UriHasBeenSet() const
const Aws::Utils::CryptoBuffer & GetBody() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue