7#include <aws/kms/KMS_EXPORTS.h>
8#include <aws/kms/KMSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename CustomKeyStoreIdT = Aws::String>
46 void SetCustomKeyStoreId(CustomKeyStoreIdT&& value) { m_customKeyStoreIdHasBeenSet =
true; m_customKeyStoreId = std::forward<CustomKeyStoreIdT>(value); }
47 template<
typename CustomKeyStoreIdT = Aws::String>
53 bool m_customKeyStoreIdHasBeenSet =
false;
AWS_KMS_API Aws::String SerializePayload() const override
AWS_KMS_API ConnectCustomKeyStoreRequest()=default
bool CustomKeyStoreIdHasBeenSet() const
ConnectCustomKeyStoreRequest & WithCustomKeyStoreId(CustomKeyStoreIdT &&value)
const Aws::String & GetCustomKeyStoreId() const
virtual const char * GetServiceRequestName() const override
void SetCustomKeyStoreId(CustomKeyStoreIdT &&value)
AWS_KMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String