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>
61 inline void SetScanType(
ScanType&& value) { m_scanTypeHasBeenSet =
true; m_scanType = std::move(value); }
68 bool m_resourceTypeHasBeenSet =
false;
71 bool m_scanTypeHasBeenSet =
false;
GetEncryptionKeyRequest & WithResourceType(ResourceType &&value)
GetEncryptionKeyRequest & WithResourceType(const ResourceType &value)
bool ResourceTypeHasBeenSet() const
void SetScanType(ScanType &&value)
AWS_INSPECTOR2_API GetEncryptionKeyRequest()
AWS_INSPECTOR2_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetResourceType(ResourceType &&value)
const ScanType & GetScanType() const
AWS_INSPECTOR2_API Aws::String SerializePayload() const override
GetEncryptionKeyRequest & WithScanType(const ScanType &value)
void SetScanType(const ScanType &value)
bool ScanTypeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const ResourceType & GetResourceType() const
void SetResourceType(const ResourceType &value)
GetEncryptionKeyRequest & WithScanType(ScanType &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String