7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm/SSM_EXPORTS.h>
41 template <
typename CloudConnectorIdT = Aws::String>
43 m_cloudConnectorIdHasBeenSet =
true;
44 m_cloudConnectorId = std::forward<CloudConnectorIdT>(value);
46 template <
typename CloudConnectorIdT = Aws::String>
59 template <
typename DisplayNameT = Aws::String>
61 m_displayNameHasBeenSet =
true;
62 m_displayName = std::forward<DisplayNameT>(value);
64 template <
typename DisplayNameT = Aws::String>
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
95 template <
typename RoleArnT = Aws::String>
97 m_roleArnHasBeenSet =
true;
98 m_roleArn = std::forward<RoleArnT>(value);
100 template <
typename RoleArnT = Aws::String>
113 template <
typename CreatedAtT = Aws::Utils::DateTime>
115 m_createdAtHasBeenSet =
true;
116 m_createdAt = std::forward<CreatedAtT>(value);
118 template <
typename CreatedAtT = Aws::Utils::DateTime>
131 template <
typename UpdatedAtT = Aws::Utils::DateTime>
133 m_updatedAtHasBeenSet =
true;
134 m_updatedAt = std::forward<UpdatedAtT>(value);
136 template <
typename UpdatedAtT = Aws::Utils::DateTime>
154 bool m_cloudConnectorIdHasBeenSet =
false;
155 bool m_displayNameHasBeenSet =
false;
156 bool m_descriptionHasBeenSet =
false;
157 bool m_roleArnHasBeenSet =
false;
158 bool m_createdAtHasBeenSet =
false;
159 bool m_updatedAtHasBeenSet =
false;
CloudConnectorSummary & WithDescription(DescriptionT &&value)
void SetCloudConnectorId(CloudConnectorIdT &&value)
const Aws::String & GetDescription() const
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetDisplayName() const
CloudConnectorSummary & WithUpdatedAt(UpdatedAtT &&value)
CloudConnectorSummary & WithDisplayName(DisplayNameT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
bool UpdatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
bool CloudConnectorIdHasBeenSet() const
CloudConnectorSummary & WithCreatedAt(CreatedAtT &&value)
CloudConnectorSummary & WithCloudConnectorId(CloudConnectorIdT &&value)
AWS_SSM_API CloudConnectorSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
bool RoleArnHasBeenSet() const
const Aws::String & GetCloudConnectorId() const
bool DisplayNameHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_SSM_API CloudConnectorSummary(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
bool CreatedAtHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
AWS_SSM_API CloudConnectorSummary()=default
const Aws::String & GetRoleArn() const
CloudConnectorSummary & WithRoleArn(RoleArnT &&value)
void SetCreatedAt(CreatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue