7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename TypeNameT = Aws::String>
44 void SetTypeName(TypeNameT&& value) { m_typeNameHasBeenSet =
true; m_typeName = std::forward<TypeNameT>(value); }
45 template<
typename TypeNameT = Aws::String>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
70 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
83 inline void SetAggregator(
bool value) { m_aggregatorHasBeenSet =
true; m_aggregator = value; }
93 inline void SetSubType(
bool value) { m_subTypeHasBeenSet =
true; m_subType = value; }
99 bool m_typeNameHasBeenSet =
false;
102 bool m_nextTokenHasBeenSet =
false;
105 bool m_maxResultsHasBeenSet =
false;
107 bool m_aggregator{
false};
108 bool m_aggregatorHasBeenSet =
false;
110 bool m_subType{
false};
111 bool m_subTypeHasBeenSet =
false;
AWS_SSM_API Aws::String SerializePayload() const override
GetInventorySchemaRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
bool TypeNameHasBeenSet() const
const Aws::String & GetTypeName() const
const Aws::String & GetNextToken() const
bool GetAggregator() const
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMaxResults(int value)
GetInventorySchemaRequest & WithSubType(bool value)
int GetMaxResults() const
void SetTypeName(TypeNameT &&value)
AWS_SSM_API GetInventorySchemaRequest()=default
void SetAggregator(bool value)
void SetSubType(bool value)
GetInventorySchemaRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
GetInventorySchemaRequest & WithAggregator(bool value)
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
bool AggregatorHasBeenSet() const
GetInventorySchemaRequest & WithTypeName(TypeNameT &&value)
bool SubTypeHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String