7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/xray/XRayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/xray/model/EncryptionType.h>
50 template<
typename KeyIdT = Aws::String>
51 void SetKeyId(KeyIdT&& value) { m_keyIdHasBeenSet =
true; m_keyId = std::forward<KeyIdT>(value); }
52 template<
typename KeyIdT = Aws::String>
69 bool m_keyIdHasBeenSet =
false;
72 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