7#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
8#include <aws/codestar-connections/model/Tag.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace CodeStarconnections {
36 template <
typename HostArnT = Aws::String>
38 m_hostArnHasBeenSet =
true;
39 m_hostArn = std::forward<HostArnT>(value);
41 template <
typename HostArnT = Aws::String>
53 template <
typename TagsT = Aws::Vector<Tag>>
55 m_tagsHasBeenSet =
true;
56 m_tags = std::forward<TagsT>(value);
58 template <
typename TagsT = Aws::Vector<Tag>>
60 SetTags(std::forward<TagsT>(value));
63 template <
typename TagsT = Tag>
65 m_tagsHasBeenSet =
true;
66 m_tags.emplace_back(std::forward<TagsT>(value));
74 template <
typename RequestIdT = Aws::String>
76 m_requestIdHasBeenSet =
true;
77 m_requestId = std::forward<RequestIdT>(value);
79 template <
typename RequestIdT = Aws::String>
91 bool m_hostArnHasBeenSet =
false;
92 bool m_tagsHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
AWS_CODESTARCONNECTIONS_API CreateHostResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetHostArn() const
CreateHostResult & AddTags(TagsT &&value)
CreateHostResult & WithHostArn(HostArnT &&value)
AWS_CODESTARCONNECTIONS_API CreateHostResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Tag > & GetTags() const
CreateHostResult & WithTags(TagsT &&value)
CreateHostResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetHostArn(HostArnT &&value)
AWS_CODESTARCONNECTIONS_API CreateHostResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTags(TagsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue