AWS SDK for C++

AWS SDK for C++ Version 1.11.710

Loading...
Searching...
No Matches
RecallBenefitApplicationResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-benefits/PartnerCentralBenefits_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 PartnerCentralBenefits {
22namespace Model {
24 public:
25 AWS_PARTNERCENTRALBENEFITS_API RecallBenefitApplicationResult() = default;
27 AWS_PARTNERCENTRALBENEFITS_API RecallBenefitApplicationResult& operator=(
29
31
32 inline const Aws::String& GetRequestId() const { return m_requestId; }
33 template <typename RequestIdT = Aws::String>
34 void SetRequestId(RequestIdT&& value) {
35 m_requestIdHasBeenSet = true;
36 m_requestId = std::forward<RequestIdT>(value);
37 }
38 template <typename RequestIdT = Aws::String>
40 SetRequestId(std::forward<RequestIdT>(value));
41 return *this;
42 }
44 private:
45 Aws::String m_requestId;
46 bool m_requestIdHasBeenSet = false;
47};
48
49} // namespace Model
50} // namespace PartnerCentralBenefits
51} // namespace Aws
AWS_PARTNERCENTRALBENEFITS_API RecallBenefitApplicationResult()=default
AWS_PARTNERCENTRALBENEFITS_API RecallBenefitApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PARTNERCENTRALBENEFITS_API RecallBenefitApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue