7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/greengrass/Greengrass_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
53 template <
typename CreationTimestampT = Aws::String>
55 m_creationTimestampHasBeenSet =
true;
56 m_creationTimestamp = std::forward<CreationTimestampT>(value);
58 template <
typename CreationTimestampT = Aws::String>
70 template <
typename IdT = Aws::String>
72 m_idHasBeenSet =
true;
73 m_id = std::forward<IdT>(value);
75 template <
typename IdT = Aws::String>
77 SetId(std::forward<IdT>(value));
87 template <
typename LastUpdatedTimestampT = Aws::String>
89 m_lastUpdatedTimestampHasBeenSet =
true;
90 m_lastUpdatedTimestamp = std::forward<LastUpdatedTimestampT>(value);
92 template <
typename LastUpdatedTimestampT = Aws::String>
104 template <
typename LatestVersionT = Aws::String>
106 m_latestVersionHasBeenSet =
true;
107 m_latestVersion = std::forward<LatestVersionT>(value);
109 template <
typename LatestVersionT = Aws::String>
121 template <
typename LatestVersionArnT = Aws::String>
123 m_latestVersionArnHasBeenSet =
true;
124 m_latestVersionArn = std::forward<LatestVersionArnT>(value);
126 template <
typename LatestVersionArnT = Aws::String>
138 template <
typename NameT = Aws::String>
140 m_nameHasBeenSet =
true;
141 m_name = std::forward<NameT>(value);
143 template <
typename NameT = Aws::String>
145 SetName(std::forward<NameT>(value));
155 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
157 m_tagsHasBeenSet =
true;
158 m_tags = std::forward<TagsT>(value);
160 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
162 SetTags(std::forward<TagsT>(value));
165 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
167 m_tagsHasBeenSet =
true;
168 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
176 template <
typename RequestIdT = Aws::String>
178 m_requestIdHasBeenSet =
true;
179 m_requestId = std::forward<RequestIdT>(value);
181 template <
typename RequestIdT = Aws::String>
208 bool m_arnHasBeenSet =
false;
209 bool m_creationTimestampHasBeenSet =
false;
210 bool m_idHasBeenSet =
false;
211 bool m_lastUpdatedTimestampHasBeenSet =
false;
212 bool m_latestVersionHasBeenSet =
false;
213 bool m_latestVersionArnHasBeenSet =
false;
214 bool m_nameHasBeenSet =
false;
215 bool m_tagsHasBeenSet =
false;
216 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetLatestVersion() const
GetConnectorDefinitionResult & WithTags(TagsT &&value)
const Aws::String & GetRequestId() const
GetConnectorDefinitionResult & WithCreationTimestamp(CreationTimestampT &&value)
const Aws::String & GetLatestVersionArn() const
GetConnectorDefinitionResult & WithLatestVersionArn(LatestVersionArnT &&value)
GetConnectorDefinitionResult & WithArn(ArnT &&value)
void SetTags(TagsT &&value)
void SetArn(ArnT &&value)
void SetCreationTimestamp(CreationTimestampT &&value)
void SetLastUpdatedTimestamp(LastUpdatedTimestampT &&value)
AWS_GREENGRASS_API GetConnectorDefinitionResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetConnectorDefinitionResult & WithLatestVersion(LatestVersionT &&value)
const Aws::String & GetLastUpdatedTimestamp() const
const Aws::String & GetName() const
const Aws::String & GetArn() const
void SetLatestVersion(LatestVersionT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_GREENGRASS_API GetConnectorDefinitionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GREENGRASS_API GetConnectorDefinitionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetName(NameT &&value)
const Aws::String & GetCreationTimestamp() const
void SetLatestVersionArn(LatestVersionArnT &&value)
const Aws::String & GetId() const
GetConnectorDefinitionResult & WithRequestId(RequestIdT &&value)
GetConnectorDefinitionResult & WithId(IdT &&value)
GetConnectorDefinitionResult & WithLastUpdatedTimestamp(LastUpdatedTimestampT &&value)
GetConnectorDefinitionResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
GetConnectorDefinitionResult & WithName(NameT &&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