7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/inspector2/Inspector2Request.h>
9#include <aws/inspector2/model/ResourceType.h>
10#include <aws/inspector2/model/ScanType.h>
55 inline void SetScanType(
ScanType&& value) { m_scanTypeHasBeenSet =
true; m_scanType = std::move(value); }
62 bool m_resourceTypeHasBeenSet =
false;
65 bool m_scanTypeHasBeenSet =
false;
const ScanType & GetScanType() const
AWS_INSPECTOR2_API Aws::String SerializePayload() const override
void SetResourceType(const ResourceType &value)
void SetScanType(ScanType &&value)
ResetEncryptionKeyRequest & WithResourceType(const ResourceType &value)
bool ScanTypeHasBeenSet() const
void SetResourceType(ResourceType &&value)
AWS_INSPECTOR2_API ResetEncryptionKeyRequest()
ResetEncryptionKeyRequest & WithScanType(const ScanType &value)
virtual const char * GetServiceRequestName() const override
bool ResourceTypeHasBeenSet() const
ResetEncryptionKeyRequest & WithScanType(ScanType &&value)
ResetEncryptionKeyRequest & WithResourceType(ResourceType &&value)
void SetScanType(const ScanType &value)
const ResourceType & GetResourceType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String