AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteResourceShareResult.h
1
6#pragma once
7#include <aws/ram/RAM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace RAM
24{
25namespace Model
26{
28 {
29 public:
33
34
36
40 inline bool GetReturnValue() const{ return m_returnValue; }
41 inline void SetReturnValue(bool value) { m_returnValue = value; }
42 inline DeleteResourceShareResult& WithReturnValue(bool value) { SetReturnValue(value); return *this;}
44
46
53 inline const Aws::String& GetClientToken() const{ return m_clientToken; }
54 inline void SetClientToken(const Aws::String& value) { m_clientToken = value; }
55 inline void SetClientToken(Aws::String&& value) { m_clientToken = std::move(value); }
56 inline void SetClientToken(const char* value) { m_clientToken.assign(value); }
57 inline DeleteResourceShareResult& WithClientToken(const Aws::String& value) { SetClientToken(value); return *this;}
58 inline DeleteResourceShareResult& WithClientToken(Aws::String&& value) { SetClientToken(std::move(value)); return *this;}
59 inline DeleteResourceShareResult& WithClientToken(const char* value) { SetClientToken(value); return *this;}
61
63
64 inline const Aws::String& GetRequestId() const{ return m_requestId; }
65 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
66 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
67 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
68 inline DeleteResourceShareResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
69 inline DeleteResourceShareResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
70 inline DeleteResourceShareResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
72 private:
73
74 bool m_returnValue;
75
76 Aws::String m_clientToken;
77
78 Aws::String m_requestId;
79 };
80
81} // namespace Model
82} // namespace RAM
83} // namespace Aws
AWS_RAM_API DeleteResourceShareResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteResourceShareResult & WithRequestId(const Aws::String &value)
DeleteResourceShareResult & WithClientToken(Aws::String &&value)
DeleteResourceShareResult & WithClientToken(const Aws::String &value)
DeleteResourceShareResult & WithReturnValue(bool value)
AWS_RAM_API DeleteResourceShareResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteResourceShareResult & WithClientToken(const char *value)
DeleteResourceShareResult & WithRequestId(Aws::String &&value)
DeleteResourceShareResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue