7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
59 template <
typename ErrorMessageT = Aws::String>
61 m_errorMessageHasBeenSet =
true;
62 m_errorMessage = std::forward<ErrorMessageT>(value);
64 template <
typename ErrorMessageT = Aws::String>
77 template <
typename ErrorCodeT = Aws::String>
79 m_errorCodeHasBeenSet =
true;
80 m_errorCode = std::forward<ErrorCodeT>(value);
82 template <
typename ErrorCodeT = Aws::String>
94 bool m_arnHasBeenSet =
false;
95 bool m_errorMessageHasBeenSet =
false;
96 bool m_errorCodeHasBeenSet =
false;
const Aws::String & GetErrorCode() const
FailedToUpdateAssociation & WithArn(ArnT &&value)
AWS_QUICKSIGHT_API FailedToUpdateAssociation & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
FailedToUpdateAssociation & WithErrorMessage(ErrorMessageT &&value)
AWS_QUICKSIGHT_API FailedToUpdateAssociation()=default
void SetErrorMessage(ErrorMessageT &&value)
const Aws::String & GetArn() const
void SetErrorCode(ErrorCodeT &&value)
bool ErrorMessageHasBeenSet() const
void SetArn(ArnT &&value)
FailedToUpdateAssociation & WithErrorCode(ErrorCodeT &&value)
bool ErrorCodeHasBeenSet() const
const Aws::String & GetErrorMessage() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API FailedToUpdateAssociation(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue