7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ssm-sap/SsmSap_EXPORTS.h>
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
96 template <
typename ReferencesT = Aws::Vector<Aws::String>>
98 m_referencesHasBeenSet =
true;
99 m_references = std::forward<ReferencesT>(value);
101 template <
typename ReferencesT = Aws::Vector<Aws::String>>
106 template <
typename ReferencesT = Aws::String>
108 m_referencesHasBeenSet =
true;
109 m_references.emplace_back(std::forward<ReferencesT>(value));
121 bool m_idHasBeenSet =
false;
122 bool m_nameHasBeenSet =
false;
123 bool m_descriptionHasBeenSet =
false;
124 bool m_referencesHasBeenSet =
false;
AWS_SSMSAP_API Aws::Utils::Json::JsonValue Jsonize() const
void SetReferences(ReferencesT &&value)
SubCheckResult & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
AWS_SSMSAP_API SubCheckResult & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
void SetName(NameT &&value)
const Aws::String & GetName() const
SubCheckResult & WithId(IdT &&value)
SubCheckResult & WithDescription(DescriptionT &&value)
SubCheckResult & AddReferences(ReferencesT &&value)
AWS_SSMSAP_API SubCheckResult()=default
bool DescriptionHasBeenSet() const
AWS_SSMSAP_API SubCheckResult(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
bool ReferencesHasBeenSet() const
const Aws::Vector< Aws::String > & GetReferences() const
bool NameHasBeenSet() const
SubCheckResult & WithReferences(ReferencesT &&value)
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue