7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename BodyT = Aws::String>
53 void SetBody(BodyT&& value) { m_bodyHasBeenSet =
true; m_body = std::forward<BodyT>(value); }
54 template<
typename BodyT = Aws::String>
64 template<
typename S3UriT = Aws::String>
65 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet =
true; m_s3Uri = std::forward<S3UriT>(value); }
66 template<
typename S3UriT = Aws::String>
72 bool m_bodyHasBeenSet =
false;
75 bool m_s3UriHasBeenSet =
false;
AWS_QUICKSIGHT_API AssetBundleImportSourceDescription(Aws::Utils::Json::JsonView jsonValue)
void SetBody(BodyT &&value)
const Aws::String & GetS3Uri() const
AssetBundleImportSourceDescription & WithBody(BodyT &&value)
AWS_QUICKSIGHT_API AssetBundleImportSourceDescription()=default
void SetS3Uri(S3UriT &&value)
const Aws::String & GetBody() const
AssetBundleImportSourceDescription & WithS3Uri(S3UriT &&value)
bool BodyHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool S3UriHasBeenSet() const
AWS_QUICKSIGHT_API AssetBundleImportSourceDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue