AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PutDeploymentParameterResult.h
1
6#pragma once
7#include <aws/marketplace-deployment/MarketplaceDeployment_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.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 MarketplaceDeployment
25{
26namespace Model
27{
29 {
30 public:
31 AWS_MARKETPLACEDEPLOYMENT_API PutDeploymentParameterResult();
34
35
37
40 inline const Aws::String& GetAgreementId() const{ return m_agreementId; }
41 inline void SetAgreementId(const Aws::String& value) { m_agreementId = value; }
42 inline void SetAgreementId(Aws::String&& value) { m_agreementId = std::move(value); }
43 inline void SetAgreementId(const char* value) { m_agreementId.assign(value); }
44 inline PutDeploymentParameterResult& WithAgreementId(const Aws::String& value) { SetAgreementId(value); return *this;}
45 inline PutDeploymentParameterResult& WithAgreementId(Aws::String&& value) { SetAgreementId(std::move(value)); return *this;}
46 inline PutDeploymentParameterResult& WithAgreementId(const char* value) { SetAgreementId(value); return *this;}
48
50
53 inline const Aws::String& GetDeploymentParameterId() const{ return m_deploymentParameterId; }
54 inline void SetDeploymentParameterId(const Aws::String& value) { m_deploymentParameterId = value; }
55 inline void SetDeploymentParameterId(Aws::String&& value) { m_deploymentParameterId = std::move(value); }
56 inline void SetDeploymentParameterId(const char* value) { m_deploymentParameterId.assign(value); }
59 inline PutDeploymentParameterResult& WithDeploymentParameterId(const char* value) { SetDeploymentParameterId(value); return *this;}
61
63
67 inline const Aws::String& GetResourceArn() const{ return m_resourceArn; }
68 inline void SetResourceArn(const Aws::String& value) { m_resourceArn = value; }
69 inline void SetResourceArn(Aws::String&& value) { m_resourceArn = std::move(value); }
70 inline void SetResourceArn(const char* value) { m_resourceArn.assign(value); }
71 inline PutDeploymentParameterResult& WithResourceArn(const Aws::String& value) { SetResourceArn(value); return *this;}
72 inline PutDeploymentParameterResult& WithResourceArn(Aws::String&& value) { SetResourceArn(std::move(value)); return *this;}
73 inline PutDeploymentParameterResult& WithResourceArn(const char* value) { SetResourceArn(value); return *this;}
75
77
82 inline const Aws::Map<Aws::String, Aws::String>& GetTags() const{ return m_tags; }
83 inline void SetTags(const Aws::Map<Aws::String, Aws::String>& value) { m_tags = value; }
84 inline void SetTags(Aws::Map<Aws::String, Aws::String>&& value) { m_tags = std::move(value); }
86 inline PutDeploymentParameterResult& WithTags(Aws::Map<Aws::String, Aws::String>&& value) { SetTags(std::move(value)); return *this;}
87 inline PutDeploymentParameterResult& AddTags(const Aws::String& key, const Aws::String& value) { m_tags.emplace(key, value); return *this; }
88 inline PutDeploymentParameterResult& AddTags(Aws::String&& key, const Aws::String& value) { m_tags.emplace(std::move(key), value); return *this; }
89 inline PutDeploymentParameterResult& AddTags(const Aws::String& key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; }
90 inline PutDeploymentParameterResult& AddTags(Aws::String&& key, Aws::String&& value) { m_tags.emplace(std::move(key), std::move(value)); return *this; }
91 inline PutDeploymentParameterResult& AddTags(const char* key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; }
92 inline PutDeploymentParameterResult& AddTags(Aws::String&& key, const char* value) { m_tags.emplace(std::move(key), value); return *this; }
93 inline PutDeploymentParameterResult& AddTags(const char* key, const char* value) { m_tags.emplace(key, value); return *this; }
95
97
98 inline const Aws::String& GetRequestId() const{ return m_requestId; }
99 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
100 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
101 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
102 inline PutDeploymentParameterResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
103 inline PutDeploymentParameterResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
104 inline PutDeploymentParameterResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
106 private:
107
108 Aws::String m_agreementId;
109
110 Aws::String m_deploymentParameterId;
111
112 Aws::String m_resourceArn;
113
115
116 Aws::String m_requestId;
117 };
118
119} // namespace Model
120} // namespace MarketplaceDeployment
121} // namespace Aws
PutDeploymentParameterResult & WithResourceArn(const Aws::String &value)
PutDeploymentParameterResult & WithResourceArn(const char *value)
PutDeploymentParameterResult & WithAgreementId(const Aws::String &value)
PutDeploymentParameterResult & WithRequestId(Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
PutDeploymentParameterResult & WithDeploymentParameterId(const Aws::String &value)
PutDeploymentParameterResult & WithAgreementId(const char *value)
PutDeploymentParameterResult & WithResourceArn(Aws::String &&value)
PutDeploymentParameterResult & AddTags(const char *key, const char *value)
PutDeploymentParameterResult & WithAgreementId(Aws::String &&value)
PutDeploymentParameterResult & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
PutDeploymentParameterResult & AddTags(Aws::String &&key, Aws::String &&value)
PutDeploymentParameterResult & AddTags(const Aws::String &key, const Aws::String &value)
AWS_MARKETPLACEDEPLOYMENT_API PutDeploymentParameterResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutDeploymentParameterResult & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
AWS_MARKETPLACEDEPLOYMENT_API PutDeploymentParameterResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutDeploymentParameterResult & AddTags(Aws::String &&key, const char *value)
PutDeploymentParameterResult & WithRequestId(const Aws::String &value)
PutDeploymentParameterResult & AddTags(const Aws::String &key, Aws::String &&value)
PutDeploymentParameterResult & WithDeploymentParameterId(const char *value)
PutDeploymentParameterResult & AddTags(const char *key, Aws::String &&value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
PutDeploymentParameterResult & WithDeploymentParameterId(Aws::String &&value)
PutDeploymentParameterResult & AddTags(Aws::String &&key, const Aws::String &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue