AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetPolicyResult.h
1
6#pragma once
7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/fms/model/Policy.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace FMS
25{
26namespace Model
27{
29 {
30 public:
31 AWS_FMS_API GetPolicyResult();
34
35
37
40 inline const Policy& GetPolicy() const{ return m_policy; }
41 inline void SetPolicy(const Policy& value) { m_policy = value; }
42 inline void SetPolicy(Policy&& value) { m_policy = std::move(value); }
43 inline GetPolicyResult& WithPolicy(const Policy& value) { SetPolicy(value); return *this;}
44 inline GetPolicyResult& WithPolicy(Policy&& value) { SetPolicy(std::move(value)); return *this;}
46
48
51 inline const Aws::String& GetPolicyArn() const{ return m_policyArn; }
52 inline void SetPolicyArn(const Aws::String& value) { m_policyArn = value; }
53 inline void SetPolicyArn(Aws::String&& value) { m_policyArn = std::move(value); }
54 inline void SetPolicyArn(const char* value) { m_policyArn.assign(value); }
55 inline GetPolicyResult& WithPolicyArn(const Aws::String& value) { SetPolicyArn(value); return *this;}
56 inline GetPolicyResult& WithPolicyArn(Aws::String&& value) { SetPolicyArn(std::move(value)); return *this;}
57 inline GetPolicyResult& WithPolicyArn(const char* value) { SetPolicyArn(value); return *this;}
59
61
62 inline const Aws::String& GetRequestId() const{ return m_requestId; }
63 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
64 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
65 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
66 inline GetPolicyResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
67 inline GetPolicyResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
68 inline GetPolicyResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
70 private:
71
72 Policy m_policy;
73
74 Aws::String m_policyArn;
75
76 Aws::String m_requestId;
77 };
78
79} // namespace Model
80} // namespace FMS
81} // namespace Aws
void SetPolicy(const Policy &value)
void SetRequestId(const char *value)
GetPolicyResult & WithPolicy(Policy &&value)
void SetPolicyArn(const char *value)
void SetRequestId(const Aws::String &value)
GetPolicyResult & WithRequestId(const char *value)
GetPolicyResult & WithPolicyArn(const char *value)
GetPolicyResult & WithPolicy(const Policy &value)
void SetPolicyArn(Aws::String &&value)
void SetRequestId(Aws::String &&value)
void SetPolicyArn(const Aws::String &value)
AWS_FMS_API GetPolicyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Policy & GetPolicy() const
GetPolicyResult & WithPolicyArn(Aws::String &&value)
const Aws::String & GetPolicyArn() const
GetPolicyResult & WithPolicyArn(const Aws::String &value)
AWS_FMS_API GetPolicyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetPolicyResult & WithRequestId(Aws::String &&value)
GetPolicyResult & WithRequestId(const Aws::String &value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue