7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm/model/PatchBaselineIdentity.h>
48 template<
typename PatchGroupT = Aws::String>
49 void SetPatchGroup(PatchGroupT&& value) { m_patchGroupHasBeenSet =
true; m_patchGroup = std::forward<PatchGroupT>(value); }
50 template<
typename PatchGroupT = Aws::String>
60 template<
typename BaselineIdentityT = PatchBaselineIdentity>
61 void SetBaselineIdentity(BaselineIdentityT&& value) { m_baselineIdentityHasBeenSet =
true; m_baselineIdentity = std::forward<BaselineIdentityT>(value); }
62 template<
typename BaselineIdentityT = PatchBaselineIdentity>
68 bool m_patchGroupHasBeenSet =
false;
71 bool m_baselineIdentityHasBeenSet =
false;
AWS_SSM_API PatchGroupPatchBaselineMapping & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
const PatchBaselineIdentity & GetBaselineIdentity() const
bool BaselineIdentityHasBeenSet() const
bool PatchGroupHasBeenSet() const
PatchGroupPatchBaselineMapping & WithPatchGroup(PatchGroupT &&value)
const Aws::String & GetPatchGroup() const
void SetBaselineIdentity(BaselineIdentityT &&value)
AWS_SSM_API PatchGroupPatchBaselineMapping()=default
PatchGroupPatchBaselineMapping & WithBaselineIdentity(BaselineIdentityT &&value)
AWS_SSM_API PatchGroupPatchBaselineMapping(Aws::Utils::Json::JsonView jsonValue)
void SetPatchGroup(PatchGroupT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue