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>
60 template<
typename MessageT = Aws::String>
61 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
62 template<
typename MessageT = Aws::String>
68 bool m_arnHasBeenSet =
false;
71 bool m_messageHasBeenSet =
false;
const Aws::String & GetArn() const
AWS_QUICKSIGHT_API AssetBundleImportJobWarning & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
AWS_QUICKSIGHT_API AssetBundleImportJobWarning()=default
void SetMessage(MessageT &&value)
bool MessageHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API AssetBundleImportJobWarning(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
AssetBundleImportJobWarning & WithArn(ArnT &&value)
void SetArn(ArnT &&value)
AssetBundleImportJobWarning & WithMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue