AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PutPolicyResult.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/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 MediaConvert
25{
26namespace Model
27{
29 {
30 public:
31 AWS_MEDIACONVERT_API PutPolicyResult();
34
35
37
42 inline const Policy& GetPolicy() const{ return m_policy; }
43 inline void SetPolicy(const Policy& value) { m_policy = value; }
44 inline void SetPolicy(Policy&& value) { m_policy = std::move(value); }
45 inline PutPolicyResult& WithPolicy(const Policy& value) { SetPolicy(value); return *this;}
46 inline PutPolicyResult& WithPolicy(Policy&& value) { SetPolicy(std::move(value)); return *this;}
48
50
51 inline const Aws::String& GetRequestId() const{ return m_requestId; }
52 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
53 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
54 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
55 inline PutPolicyResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
56 inline PutPolicyResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
57 inline PutPolicyResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
59 private:
60
61 Policy m_policy;
62
63 Aws::String m_requestId;
64 };
65
66} // namespace Model
67} // namespace MediaConvert
68} // namespace Aws
PutPolicyResult & WithRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
AWS_MEDIACONVERT_API PutPolicyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const Aws::String &value)
PutPolicyResult & WithRequestId(const Aws::String &value)
AWS_MEDIACONVERT_API PutPolicyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutPolicyResult & WithPolicy(Policy &&value)
PutPolicyResult & WithPolicy(const Policy &value)
PutPolicyResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue