7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/ssm/model/OperatingSystem.h>
10#include <aws/ssm/model/PatchProperty.h>
11#include <aws/ssm/model/PatchSet.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
80 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
91 template<
typename NextTokenT = Aws::String>
92 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
93 template<
typename NextTokenT = Aws::String>
99 bool m_operatingSystemHasBeenSet =
false;
102 bool m_propertyHasBeenSet =
false;
105 bool m_patchSetHasBeenSet =
false;
108 bool m_maxResultsHasBeenSet =
false;
111 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