7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm/SSMRequest.h>
10#include <aws/ssm/SSM_EXPORTS.h>
11#include <aws/ssm/model/InventorySchemaDeleteOption.h>
42 template <
typename TypeNameT = Aws::String>
44 m_typeNameHasBeenSet =
true;
45 m_typeName = std::forward<TypeNameT>(value);
47 template <
typename TypeNameT = Aws::String>
69 m_schemaDeleteOptionHasBeenSet =
true;
70 m_schemaDeleteOption = value;
89 m_dryRunHasBeenSet =
true;
104 template <
typename ClientTokenT = Aws::String>
106 m_clientTokenHasBeenSet =
true;
107 m_clientToken = std::forward<ClientTokenT>(value);
109 template <
typename ClientTokenT = Aws::String>
120 bool m_dryRun{
false};
123 bool m_typeNameHasBeenSet =
false;
124 bool m_schemaDeleteOptionHasBeenSet =
false;
125 bool m_dryRunHasBeenSet =
false;
126 bool m_clientTokenHasBeenSet =
true;
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SSM_API DeleteInventoryRequest()=default
void SetDryRun(bool value)
DeleteInventoryRequest & WithTypeName(TypeNameT &&value)
InventorySchemaDeleteOption GetSchemaDeleteOption() const
void SetClientToken(ClientTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool DryRunHasBeenSet() const
DeleteInventoryRequest & WithClientToken(ClientTokenT &&value)
bool TypeNameHasBeenSet() const
bool SchemaDeleteOptionHasBeenSet() const
void SetSchemaDeleteOption(InventorySchemaDeleteOption value)
const Aws::String & GetTypeName() const
const Aws::String & GetClientToken() const
DeleteInventoryRequest & WithDryRun(bool value)
bool ClientTokenHasBeenSet() const
DeleteInventoryRequest & WithSchemaDeleteOption(InventorySchemaDeleteOption value)
AWS_SSM_API Aws::String SerializePayload() const override
void SetTypeName(TypeNameT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
InventorySchemaDeleteOption
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String