AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
PutSigningProfileResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/signer/Signer_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 signer {
22namespace Model {
24 public:
25 AWS_SIGNER_API PutSigningProfileResult() = default;
28
30
33 inline const Aws::String& GetArn() const { return m_arn; }
34 template <typename ArnT = Aws::String>
35 void SetArn(ArnT&& value) {
36 m_arnHasBeenSet = true;
37 m_arn = std::forward<ArnT>(value);
38 }
39 template <typename ArnT = Aws::String>
41 SetArn(std::forward<ArnT>(value));
42 return *this;
43 }
45
47
50 inline const Aws::String& GetProfileVersion() const { return m_profileVersion; }
51 template <typename ProfileVersionT = Aws::String>
52 void SetProfileVersion(ProfileVersionT&& value) {
53 m_profileVersionHasBeenSet = true;
54 m_profileVersion = std::forward<ProfileVersionT>(value);
55 }
56 template <typename ProfileVersionT = Aws::String>
57 PutSigningProfileResult& WithProfileVersion(ProfileVersionT&& value) {
58 SetProfileVersion(std::forward<ProfileVersionT>(value));
59 return *this;
60 }
62
64
67 inline const Aws::String& GetProfileVersionArn() const { return m_profileVersionArn; }
68 template <typename ProfileVersionArnT = Aws::String>
69 void SetProfileVersionArn(ProfileVersionArnT&& value) {
70 m_profileVersionArnHasBeenSet = true;
71 m_profileVersionArn = std::forward<ProfileVersionArnT>(value);
72 }
73 template <typename ProfileVersionArnT = Aws::String>
74 PutSigningProfileResult& WithProfileVersionArn(ProfileVersionArnT&& value) {
75 SetProfileVersionArn(std::forward<ProfileVersionArnT>(value));
76 return *this;
77 }
79
81
82 inline const Aws::String& GetRequestId() const { return m_requestId; }
83 template <typename RequestIdT = Aws::String>
84 void SetRequestId(RequestIdT&& value) {
85 m_requestIdHasBeenSet = true;
86 m_requestId = std::forward<RequestIdT>(value);
87 }
88 template <typename RequestIdT = Aws::String>
90 SetRequestId(std::forward<RequestIdT>(value));
91 return *this;
92 }
94 private:
95 Aws::String m_arn;
96
97 Aws::String m_profileVersion;
98
99 Aws::String m_profileVersionArn;
100
101 Aws::String m_requestId;
102 bool m_arnHasBeenSet = false;
103 bool m_profileVersionHasBeenSet = false;
104 bool m_profileVersionArnHasBeenSet = false;
105 bool m_requestIdHasBeenSet = false;
106};
107
108} // namespace Model
109} // namespace signer
110} // namespace Aws
PutSigningProfileResult & WithProfileVersion(ProfileVersionT &&value)
PutSigningProfileResult & WithRequestId(RequestIdT &&value)
PutSigningProfileResult & WithProfileVersionArn(ProfileVersionArnT &&value)
PutSigningProfileResult & WithArn(ArnT &&value)
AWS_SIGNER_API PutSigningProfileResult()=default
AWS_SIGNER_API PutSigningProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetProfileVersionArn(ProfileVersionArnT &&value)
AWS_SIGNER_API PutSigningProfileResult(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