7#include <aws/codeconnections/CodeConnections_EXPORTS.h>
8#include <aws/codeconnections/model/Tag.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace CodeConnections {
40 template <
typename ConnectionArnT = Aws::String>
42 m_connectionArnHasBeenSet =
true;
43 m_connectionArn = std::forward<ConnectionArnT>(value);
45 template <
typename ConnectionArnT = Aws::String>
57 template <
typename TagsT = Aws::Vector<Tag>>
59 m_tagsHasBeenSet =
true;
60 m_tags = std::forward<TagsT>(value);
62 template <
typename TagsT = Aws::Vector<Tag>>
64 SetTags(std::forward<TagsT>(value));
67 template <
typename TagsT = Tag>
69 m_tagsHasBeenSet =
true;
70 m_tags.emplace_back(std::forward<TagsT>(value));
78 template <
typename RequestIdT = Aws::String>
80 m_requestIdHasBeenSet =
true;
81 m_requestId = std::forward<RequestIdT>(value);
83 template <
typename RequestIdT = Aws::String>
98 bool m_connectionArnHasBeenSet =
false;
99 bool m_tagsHasBeenSet =
false;
100 bool m_requestIdHasBeenSet =
false;
void SetConnectionArn(ConnectionArnT &&value)
AWS_CODECONNECTIONS_API CreateConnectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODECONNECTIONS_API CreateConnectionResult()=default
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetRequestId() const
CreateConnectionResult & WithConnectionArn(ConnectionArnT &&value)
const Aws::String & GetConnectionArn() const
CreateConnectionResult & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
void SetRequestId(RequestIdT &&value)
CreateConnectionResult & WithRequestId(RequestIdT &&value)
CreateConnectionResult & AddTags(TagsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_CODECONNECTIONS_API CreateConnectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue