7#include <aws/ssm-sap/SsmSap_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
72 template<
typename DescriptionT = Aws::String>
73 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
74 template<
typename DescriptionT = Aws::String>
84 template<
typename ReferencesT = Aws::Vector<Aws::String>>
85 void SetReferences(ReferencesT&& value) { m_referencesHasBeenSet =
true; m_references = std::forward<ReferencesT>(value); }
86 template<
typename ReferencesT = Aws::Vector<Aws::String>>
88 template<
typename ReferencesT = Aws::String>
89 SubCheckResult&
AddReferences(ReferencesT&& value) { m_referencesHasBeenSet =
true; m_references.emplace_back(std::forward<ReferencesT>(value));
return *
this; }
94 bool m_idHasBeenSet =
false;
97 bool m_nameHasBeenSet =
false;
100 bool m_descriptionHasBeenSet =
false;
103 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