7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ssm/SSM_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename PropertiesT = Aws::Vector<Aws::Map<Aws::String, Aws::String>>>
39 m_propertiesHasBeenSet =
true;
40 m_properties = std::forward<PropertiesT>(value);
42 template <
typename PropertiesT = Aws::Vector<Aws::Map<Aws::String, Aws::String>>>
47 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
49 m_propertiesHasBeenSet =
true;
50 m_properties.emplace_back(std::forward<PropertiesT>(value));
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
76 template <
typename RequestIdT = Aws::String>
78 m_requestIdHasBeenSet =
true;
79 m_requestId = std::forward<RequestIdT>(value);
81 template <
typename RequestIdT = Aws::String>
93 bool m_propertiesHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
DescribePatchPropertiesResult & WithProperties(PropertiesT &&value)
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
const Aws::Vector< Aws::Map< Aws::String, Aws::String > > & GetProperties() const
const Aws::String & GetNextToken() const
DescribePatchPropertiesResult & WithNextToken(NextTokenT &&value)
AWS_SSM_API DescribePatchPropertiesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SSM_API DescribePatchPropertiesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribePatchPropertiesResult & WithRequestId(RequestIdT &&value)
DescribePatchPropertiesResult & AddProperties(PropertiesT &&value)
void SetProperties(PropertiesT &&value)
AWS_SSM_API DescribePatchPropertiesResult()=default
void SetRequestId(RequestIdT &&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