7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/inspector2/Inspector2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/inspector2/model/ResourceType.h>
11#include <aws/inspector2/model/ScanType.h>
43 template<
typename KmsKeyIdT = Aws::String>
44 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
45 template<
typename KmsKeyIdT = Aws::String>
71 bool m_kmsKeyIdHasBeenSet =
false;
74 bool m_resourceTypeHasBeenSet =
false;
77 bool m_scanTypeHasBeenSet =
false;
ScanType GetScanType() const
bool ScanTypeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateEncryptionKeyRequest & WithResourceType(ResourceType value)
AWS_INSPECTOR2_API Aws::String SerializePayload() const override
bool ResourceTypeHasBeenSet() const
void SetScanType(ScanType value)
ResourceType GetResourceType() const
AWS_INSPECTOR2_API UpdateEncryptionKeyRequest()=default
void SetResourceType(ResourceType value)
void SetKmsKeyId(KmsKeyIdT &&value)
UpdateEncryptionKeyRequest & WithScanType(ScanType value)
UpdateEncryptionKeyRequest & WithKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetKmsKeyId() const
bool KmsKeyIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String