7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/xray/model/EncryptionConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename EncryptionConfigT = EncryptionConfig>
42 void SetEncryptionConfig(EncryptionConfigT&& value) { m_encryptionConfigHasBeenSet =
true; m_encryptionConfig = std::forward<EncryptionConfigT>(value); }
43 template<
typename EncryptionConfigT = EncryptionConfig>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_encryptionConfigHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
AWS_XRAY_API PutEncryptionConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutEncryptionConfigResult & WithEncryptionConfig(EncryptionConfigT &&value)
void SetEncryptionConfig(EncryptionConfigT &&value)
AWS_XRAY_API PutEncryptionConfigResult()=default
AWS_XRAY_API PutEncryptionConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
PutEncryptionConfigResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const EncryptionConfig & GetEncryptionConfig() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue