AWS SDK for C++

AWS SDK for C++ Version 1.11.686

Loading...
Searching...
No Matches
DeleteCalculatedAttributeDefinitionResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace CustomerProfiles {
22namespace Model {
24 public:
25 AWS_CUSTOMERPROFILES_API DeleteCalculatedAttributeDefinitionResult() = default;
30
32
33 inline const Aws::String& GetRequestId() const { return m_requestId; }
34 template <typename RequestIdT = Aws::String>
35 void SetRequestId(RequestIdT&& value) {
36 m_requestIdHasBeenSet = true;
37 m_requestId = std::forward<RequestIdT>(value);
38 }
39 template <typename RequestIdT = Aws::String>
41 SetRequestId(std::forward<RequestIdT>(value));
42 return *this;
43 }
45 private:
46 Aws::String m_requestId;
47 bool m_requestIdHasBeenSet = false;
48};
49
50} // namespace Model
51} // namespace CustomerProfiles
52} // namespace Aws
AWS_CUSTOMERPROFILES_API DeleteCalculatedAttributeDefinitionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CUSTOMERPROFILES_API DeleteCalculatedAttributeDefinitionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CUSTOMERPROFILES_API DeleteCalculatedAttributeDefinitionResult()=default
DeleteCalculatedAttributeDefinitionResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue