7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/states/SFN_EXPORTS.h>
9#include <aws/states/model/ValidateStateMachineDefinitionSeverity.h>
77 m_severityHasBeenSet =
true;
92 template <
typename CodeT = Aws::String>
94 m_codeHasBeenSet =
true;
95 m_code = std::forward<CodeT>(value);
97 template <
typename CodeT = Aws::String>
99 SetCode(std::forward<CodeT>(value));
110 template <
typename MessageT = Aws::String>
112 m_messageHasBeenSet =
true;
113 m_message = std::forward<MessageT>(value);
115 template <
typename MessageT = Aws::String>
131 template <
typename LocationT = Aws::String>
133 m_locationHasBeenSet =
true;
134 m_location = std::forward<LocationT>(value);
136 template <
typename LocationT = Aws::String>
150 bool m_severityHasBeenSet =
false;
151 bool m_codeHasBeenSet =
false;
152 bool m_messageHasBeenSet =
false;
153 bool m_locationHasBeenSet =
false;
bool MessageHasBeenSet() const
AWS_SFN_API ValidateStateMachineDefinitionDiagnostic(Aws::Utils::Json::JsonView jsonValue)
bool CodeHasBeenSet() const
const Aws::String & GetMessage() const
const Aws::String & GetCode() const
void SetCode(CodeT &&value)
void SetSeverity(ValidateStateMachineDefinitionSeverity value)
void SetMessage(MessageT &&value)
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SFN_API ValidateStateMachineDefinitionDiagnostic()=default
bool LocationHasBeenSet() const
ValidateStateMachineDefinitionDiagnostic & WithLocation(LocationT &&value)
bool SeverityHasBeenSet() const
const Aws::String & GetLocation() const
ValidateStateMachineDefinitionDiagnostic & WithCode(CodeT &&value)
AWS_SFN_API ValidateStateMachineDefinitionDiagnostic & operator=(Aws::Utils::Json::JsonView jsonValue)
ValidateStateMachineDefinitionSeverity GetSeverity() const
void SetLocation(LocationT &&value)
ValidateStateMachineDefinitionDiagnostic & WithSeverity(ValidateStateMachineDefinitionSeverity value)
ValidateStateMachineDefinitionDiagnostic & WithMessage(MessageT &&value)
ValidateStateMachineDefinitionSeverity
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue