7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ssm/SSM_EXPORTS.h>
10#include <aws/ssm/model/PatchGroupPatchBaselineMapping.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
40 template <
typename MappingsT = Aws::Vector<PatchGroupPatchBaselineMapping>>
42 m_mappingsHasBeenSet =
true;
43 m_mappings = std::forward<MappingsT>(value);
45 template <
typename MappingsT = Aws::Vector<PatchGroupPatchBaselineMapping>>
50 template <
typename MappingsT = PatchGroupPatchBaselineMapping>
52 m_mappingsHasBeenSet =
true;
53 m_mappings.emplace_back(std::forward<MappingsT>(value));
64 template <
typename NextTokenT = Aws::String>
66 m_nextTokenHasBeenSet =
true;
67 m_nextToken = std::forward<NextTokenT>(value);
69 template <
typename NextTokenT = Aws::String>
79 template <
typename RequestIdT = Aws::String>
81 m_requestIdHasBeenSet =
true;
82 m_requestId = std::forward<RequestIdT>(value);
84 template <
typename RequestIdT = Aws::String>
96 bool m_mappingsHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
98 bool m_requestIdHasBeenSet =
false;
void SetMappings(MappingsT &&value)
DescribePatchGroupsResult & WithRequestId(RequestIdT &&value)
AWS_SSM_API DescribePatchGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_SSM_API DescribePatchGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< PatchGroupPatchBaselineMapping > & GetMappings() const
void SetRequestId(RequestIdT &&value)
DescribePatchGroupsResult & WithNextToken(NextTokenT &&value)
DescribePatchGroupsResult & WithMappings(MappingsT &&value)
const Aws::String & GetRequestId() const
AWS_SSM_API DescribePatchGroupsResult()=default
DescribePatchGroupsResult & AddMappings(MappingsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue