7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
56 template<
typename BodyT = Aws::Utils::CryptoBuffer>
57 void SetBody(BodyT&& value) { m_bodyHasBeenSet =
true; m_body = std::forward<BodyT>(value); }
58 template<
typename BodyT = Aws::Utils::CryptoBuffer>
70 template<
typename S3UriT = Aws::String>
71 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet =
true; m_s3Uri = std::forward<S3UriT>(value); }
72 template<
typename S3UriT = Aws::String>
78 bool m_bodyHasBeenSet =
false;
81 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