7#include <aws/compute-optimizer/ComputeOptimizer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ComputeOptimizer {
43 template <
typename IdentifierT = Aws::String>
45 m_identifierHasBeenSet =
true;
46 m_identifier = std::forward<IdentifierT>(value);
48 template <
typename IdentifierT = Aws::String>
61 template <
typename CodeT = Aws::String>
63 m_codeHasBeenSet =
true;
64 m_code = std::forward<CodeT>(value);
66 template <
typename CodeT = Aws::String>
68 SetCode(std::forward<CodeT>(value));
79 template <
typename MessageT = Aws::String>
81 m_messageHasBeenSet =
true;
82 m_message = std::forward<MessageT>(value);
84 template <
typename MessageT = Aws::String>
96 bool m_identifierHasBeenSet =
false;
97 bool m_codeHasBeenSet =
false;
98 bool m_messageHasBeenSet =
false;
AWS_COMPUTEOPTIMIZER_API GetRecommendationError & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIdentifier(IdentifierT &&value)
AWS_COMPUTEOPTIMIZER_API GetRecommendationError(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
GetRecommendationError & WithMessage(MessageT &&value)
GetRecommendationError & WithIdentifier(IdentifierT &&value)
bool CodeHasBeenSet() const
AWS_COMPUTEOPTIMIZER_API GetRecommendationError()=default
const Aws::String & GetCode() const
AWS_COMPUTEOPTIMIZER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
bool IdentifierHasBeenSet() const
GetRecommendationError & WithCode(CodeT &&value)
bool MessageHasBeenSet() const
void SetCode(CodeT &&value)
const Aws::String & GetIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue