7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/ssm/SSM_EXPORTS.h>
39 template <
typename TypeNameT = Aws::String>
41 m_typeNameHasBeenSet =
true;
42 m_typeName = std::forward<TypeNameT>(value);
44 template <
typename TypeNameT = Aws::String>
58 template <
typename NextTokenT = Aws::String>
60 m_nextTokenHasBeenSet =
true;
61 m_nextToken = std::forward<NextTokenT>(value);
63 template <
typename NextTokenT = Aws::String>
79 m_maxResultsHasBeenSet =
true;
98 m_aggregatorHasBeenSet =
true;
114 m_subTypeHasBeenSet =
true;
129 bool m_aggregator{
false};
131 bool m_subType{
false};
132 bool m_typeNameHasBeenSet =
false;
133 bool m_nextTokenHasBeenSet =
false;
134 bool m_maxResultsHasBeenSet =
false;
135 bool m_aggregatorHasBeenSet =
false;
136 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