7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/ssm/SSM_EXPORTS.h>
10#include <aws/ssm/model/OperatingSystem.h>
11#include <aws/ssm/model/PatchProperty.h>
12#include <aws/ssm/model/PatchSet.h>
43 m_operatingSystemHasBeenSet =
true;
44 m_operatingSystem = value;
59 m_propertyHasBeenSet =
true;
77 m_patchSetHasBeenSet =
true;
95 m_maxResultsHasBeenSet =
true;
111 template <
typename NextTokenT = Aws::String>
113 m_nextTokenHasBeenSet =
true;
114 m_nextToken = std::forward<NextTokenT>(value);
116 template <
typename NextTokenT = Aws::String>
132 bool m_operatingSystemHasBeenSet =
false;
133 bool m_propertyHasBeenSet =
false;
134 bool m_patchSetHasBeenSet =
false;
135 bool m_maxResultsHasBeenSet =
false;
136 bool m_nextTokenHasBeenSet =
false;
void SetProperty(PatchProperty value)
PatchSet GetPatchSet() const
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
DescribePatchPropertiesRequest & WithPatchSet(PatchSet value)
int GetMaxResults() const
DescribePatchPropertiesRequest & WithNextToken(NextTokenT &&value)
bool PatchSetHasBeenSet() const
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
bool PropertyHasBeenSet() const
void SetOperatingSystem(OperatingSystem value)
bool OperatingSystemHasBeenSet() const
OperatingSystem GetOperatingSystem() const
DescribePatchPropertiesRequest & WithOperatingSystem(OperatingSystem value)
AWS_SSM_API DescribePatchPropertiesRequest()=default
void SetPatchSet(PatchSet value)
AWS_SSM_API Aws::String SerializePayload() const override
DescribePatchPropertiesRequest & WithProperty(PatchProperty value)
PatchProperty GetProperty() const
void SetNextToken(NextTokenT &&value)
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribePatchPropertiesRequest & WithMaxResults(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String