7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/xray/XRayRequest.h>
9#include <aws/xray/XRay_EXPORTS.h>
10#include <aws/xray/model/EncryptionType.h>
46 template <
typename KeyIdT = Aws::String>
48 m_keyIdHasBeenSet =
true;
49 m_keyId = std::forward<KeyIdT>(value);
51 template <
typename KeyIdT = Aws::String>
53 SetKeyId(std::forward<KeyIdT>(value));
66 m_typeHasBeenSet =
true;
76 bool m_keyIdHasBeenSet =
false;
79 bool m_typeHasBeenSet =
false;
EncryptionType GetType() const
PutEncryptionConfigRequest & WithKeyId(KeyIdT &&value)
bool KeyIdHasBeenSet() const
void SetKeyId(KeyIdT &&value)
AWS_XRAY_API PutEncryptionConfigRequest()=default
const Aws::String & GetKeyId() const
AWS_XRAY_API Aws::String SerializePayload() const override
PutEncryptionConfigRequest & WithType(EncryptionType value)
virtual const char * GetServiceRequestName() const override
bool TypeHasBeenSet() const
void SetType(EncryptionType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String