7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ssm/SSM_EXPORTS.h>
11#include <aws/ssm/model/CloudConnectorConfiguration.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename CloudConnectorArnT = Aws::String>
39 m_cloudConnectorArnHasBeenSet =
true;
40 m_cloudConnectorArn = std::forward<CloudConnectorArnT>(value);
42 template <
typename CloudConnectorArnT = Aws::String>
54 template <
typename DisplayNameT = Aws::String>
56 m_displayNameHasBeenSet =
true;
57 m_displayName = std::forward<DisplayNameT>(value);
59 template <
typename DisplayNameT = Aws::String>
71 template <
typename DescriptionT = Aws::String>
73 m_descriptionHasBeenSet =
true;
74 m_description = std::forward<DescriptionT>(value);
76 template <
typename DescriptionT = Aws::String>
88 template <
typename RoleArnT = Aws::String>
90 m_roleArnHasBeenSet =
true;
91 m_roleArn = std::forward<RoleArnT>(value);
93 template <
typename RoleArnT = Aws::String>
106 template <
typename ConfigurationT = CloudConnectorConfiguration>
108 m_configurationHasBeenSet =
true;
109 m_configuration = std::forward<ConfigurationT>(value);
111 template <
typename ConfigurationT = CloudConnectorConfiguration>
124 template <
typename ConfigConnectorArnT = Aws::String>
126 m_configConnectorArnHasBeenSet =
true;
127 m_configConnectorArn = std::forward<ConfigConnectorArnT>(value);
129 template <
typename ConfigConnectorArnT = Aws::String>
141 template <
typename CreatedAtT = Aws::Utils::DateTime>
143 m_createdAtHasBeenSet =
true;
144 m_createdAt = std::forward<CreatedAtT>(value);
146 template <
typename CreatedAtT = Aws::Utils::DateTime>
158 template <
typename UpdatedAtT = Aws::Utils::DateTime>
160 m_updatedAtHasBeenSet =
true;
161 m_updatedAt = std::forward<UpdatedAtT>(value);
163 template <
typename UpdatedAtT = Aws::Utils::DateTime>
173 template <
typename RequestIdT = Aws::String>
175 m_requestIdHasBeenSet =
true;
176 m_requestId = std::forward<RequestIdT>(value);
178 template <
typename RequestIdT = Aws::String>
205 bool m_cloudConnectorArnHasBeenSet =
false;
206 bool m_displayNameHasBeenSet =
false;
207 bool m_descriptionHasBeenSet =
false;
208 bool m_roleArnHasBeenSet =
false;
209 bool m_configurationHasBeenSet =
false;
210 bool m_configConnectorArnHasBeenSet =
false;
211 bool m_createdAtHasBeenSet =
false;
212 bool m_updatedAtHasBeenSet =
false;
213 bool m_requestIdHasBeenSet =
false;
AWS_SSM_API GetCloudConnectorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
GetCloudConnectorResult & WithRoleArn(RoleArnT &&value)
const Aws::String & GetCloudConnectorArn() const
const CloudConnectorConfiguration & GetConfiguration() const
GetCloudConnectorResult & WithConfiguration(ConfigurationT &&value)
void SetDescription(DescriptionT &&value)
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetConfigConnectorArn() const
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetDisplayName() const
AWS_SSM_API GetCloudConnectorResult()=default
void SetCloudConnectorArn(CloudConnectorArnT &&value)
void SetConfiguration(ConfigurationT &&value)
const Aws::String & GetDescription() const
GetCloudConnectorResult & WithDescription(DescriptionT &&value)
AWS_SSM_API GetCloudConnectorResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedAt(CreatedAtT &&value)
GetCloudConnectorResult & WithCloudConnectorArn(CloudConnectorArnT &&value)
GetCloudConnectorResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetCloudConnectorResult & WithConfigConnectorArn(ConfigConnectorArnT &&value)
const Aws::String & GetRoleArn() const
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetRequestId() const
GetCloudConnectorResult & WithCreatedAt(CreatedAtT &&value)
GetCloudConnectorResult & WithDisplayName(DisplayNameT &&value)
GetCloudConnectorResult & WithUpdatedAt(UpdatedAtT &&value)
void SetConfigConnectorArn(ConfigConnectorArnT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue