AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RemovePermissionResult.h
1
6#pragma once
7#include <aws/codeguruprofiler/CodeGuruProfiler_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 CodeGuruProfiler
24{
25namespace Model
26{
34 {
35 public:
36 AWS_CODEGURUPROFILER_API RemovePermissionResult();
39
40
42
46 inline const Aws::String& GetPolicy() const{ return m_policy; }
47 inline void SetPolicy(const Aws::String& value) { m_policy = value; }
48 inline void SetPolicy(Aws::String&& value) { m_policy = std::move(value); }
49 inline void SetPolicy(const char* value) { m_policy.assign(value); }
50 inline RemovePermissionResult& WithPolicy(const Aws::String& value) { SetPolicy(value); return *this;}
51 inline RemovePermissionResult& WithPolicy(Aws::String&& value) { SetPolicy(std::move(value)); return *this;}
52 inline RemovePermissionResult& WithPolicy(const char* value) { SetPolicy(value); return *this;}
54
56
62 inline const Aws::String& GetRevisionId() const{ return m_revisionId; }
63 inline void SetRevisionId(const Aws::String& value) { m_revisionId = value; }
64 inline void SetRevisionId(Aws::String&& value) { m_revisionId = std::move(value); }
65 inline void SetRevisionId(const char* value) { m_revisionId.assign(value); }
66 inline RemovePermissionResult& WithRevisionId(const Aws::String& value) { SetRevisionId(value); return *this;}
67 inline RemovePermissionResult& WithRevisionId(Aws::String&& value) { SetRevisionId(std::move(value)); return *this;}
68 inline RemovePermissionResult& WithRevisionId(const char* value) { SetRevisionId(value); return *this;}
70
72
73 inline const Aws::String& GetRequestId() const{ return m_requestId; }
74 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
75 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
76 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
77 inline RemovePermissionResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
78 inline RemovePermissionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
79 inline RemovePermissionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
81 private:
82
83 Aws::String m_policy;
84
85 Aws::String m_revisionId;
86
87 Aws::String m_requestId;
88 };
89
90} // namespace Model
91} // namespace CodeGuruProfiler
92} // namespace Aws
RemovePermissionResult & WithPolicy(Aws::String &&value)
AWS_CODEGURUPROFILER_API RemovePermissionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
RemovePermissionResult & WithPolicy(const Aws::String &value)
RemovePermissionResult & WithRevisionId(const char *value)
RemovePermissionResult & WithRequestId(const char *value)
RemovePermissionResult & WithRevisionId(const Aws::String &value)
RemovePermissionResult & WithRequestId(const Aws::String &value)
RemovePermissionResult & WithRequestId(Aws::String &&value)
RemovePermissionResult & WithRevisionId(Aws::String &&value)
AWS_CODEGURUPROFILER_API RemovePermissionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
RemovePermissionResult & WithPolicy(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue