AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AssociateAttributeGroupResult.h
1
6#pragma once
7#include <aws/servicecatalog-appregistry/AppRegistry_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 AppRegistry
24{
25namespace Model
26{
28 {
29 public:
30 AWS_APPREGISTRY_API AssociateAttributeGroupResult();
33
34
36
40 inline const Aws::String& GetApplicationArn() const{ return m_applicationArn; }
41 inline void SetApplicationArn(const Aws::String& value) { m_applicationArn = value; }
42 inline void SetApplicationArn(Aws::String&& value) { m_applicationArn = std::move(value); }
43 inline void SetApplicationArn(const char* value) { m_applicationArn.assign(value); }
45 inline AssociateAttributeGroupResult& WithApplicationArn(Aws::String&& value) { SetApplicationArn(std::move(value)); return *this;}
46 inline AssociateAttributeGroupResult& WithApplicationArn(const char* value) { SetApplicationArn(value); return *this;}
48
50
54 inline const Aws::String& GetAttributeGroupArn() const{ return m_attributeGroupArn; }
55 inline void SetAttributeGroupArn(const Aws::String& value) { m_attributeGroupArn = value; }
56 inline void SetAttributeGroupArn(Aws::String&& value) { m_attributeGroupArn = std::move(value); }
57 inline void SetAttributeGroupArn(const char* value) { m_attributeGroupArn.assign(value); }
59 inline AssociateAttributeGroupResult& WithAttributeGroupArn(Aws::String&& value) { SetAttributeGroupArn(std::move(value)); return *this;}
60 inline AssociateAttributeGroupResult& WithAttributeGroupArn(const char* value) { SetAttributeGroupArn(value); return *this;}
62
64
65 inline const Aws::String& GetRequestId() const{ return m_requestId; }
66 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
67 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
68 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
69 inline AssociateAttributeGroupResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
70 inline AssociateAttributeGroupResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
71 inline AssociateAttributeGroupResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
73 private:
74
75 Aws::String m_applicationArn;
76
77 Aws::String m_attributeGroupArn;
78
79 Aws::String m_requestId;
80 };
81
82} // namespace Model
83} // namespace AppRegistry
84} // namespace Aws
AssociateAttributeGroupResult & WithApplicationArn(const char *value)
AssociateAttributeGroupResult & WithRequestId(const char *value)
AssociateAttributeGroupResult & WithAttributeGroupArn(const Aws::String &value)
AWS_APPREGISTRY_API AssociateAttributeGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AssociateAttributeGroupResult & WithApplicationArn(Aws::String &&value)
AssociateAttributeGroupResult & WithAttributeGroupArn(const char *value)
AssociateAttributeGroupResult & WithAttributeGroupArn(Aws::String &&value)
AssociateAttributeGroupResult & WithRequestId(const Aws::String &value)
AssociateAttributeGroupResult & WithRequestId(Aws::String &&value)
AWS_APPREGISTRY_API AssociateAttributeGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AssociateAttributeGroupResult & WithApplicationArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue