7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ArnT = Aws::String>
48 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
49 template<
typename ArnT = Aws::String>
59 template<
typename MessageT = Aws::String>
60 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
61 template<
typename MessageT = Aws::String>
67 bool m_arnHasBeenSet =
false;
70 bool m_messageHasBeenSet =
false;
AWS_QUICKSIGHT_API AssetBundleExportJobWarning(Aws::Utils::Json::JsonView jsonValue)
AssetBundleExportJobWarning & WithMessage(MessageT &&value)
AWS_QUICKSIGHT_API AssetBundleExportJobWarning & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
AWS_QUICKSIGHT_API AssetBundleExportJobWarning()=default
bool ArnHasBeenSet() const
void SetMessage(MessageT &&value)
const Aws::String & GetMessage() const
void SetArn(ArnT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageHasBeenSet() const
AssetBundleExportJobWarning & WithArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue