7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
20namespace DevOpsAgent {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
79 template <
typename LocaleT = Aws::String>
81 m_localeHasBeenSet =
true;
82 m_locale = std::forward<LocaleT>(value);
84 template <
typename LocaleT = Aws::String>
97 template <
typename CreatedAtT = Aws::Utils::DateTime>
99 m_createdAtHasBeenSet =
true;
100 m_createdAt = std::forward<CreatedAtT>(value);
102 template <
typename CreatedAtT = Aws::Utils::DateTime>
115 template <
typename UpdatedAtT = Aws::Utils::DateTime>
117 m_updatedAtHasBeenSet =
true;
118 m_updatedAt = std::forward<UpdatedAtT>(value);
120 template <
typename UpdatedAtT = Aws::Utils::DateTime>
134 template <
typename KmsKeyArnT = Aws::String>
136 m_kmsKeyArnHasBeenSet =
true;
137 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
139 template <
typename KmsKeyArnT = Aws::String>
152 template <
typename AgentSpaceIdT = Aws::String>
154 m_agentSpaceIdHasBeenSet =
true;
155 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
157 template <
typename AgentSpaceIdT = Aws::String>
177 bool m_nameHasBeenSet =
false;
178 bool m_descriptionHasBeenSet =
false;
179 bool m_localeHasBeenSet =
false;
180 bool m_createdAtHasBeenSet =
false;
181 bool m_updatedAtHasBeenSet =
false;
182 bool m_kmsKeyArnHasBeenSet =
false;
183 bool m_agentSpaceIdHasBeenSet =
false;
AWS_DEVOPSAGENT_API AgentSpace(Aws::Utils::Json::JsonView jsonValue)
AgentSpace & WithKmsKeyArn(KmsKeyArnT &&value)
const Aws::String & GetName() const
bool LocaleHasBeenSet() const
void SetName(NameT &&value)
AgentSpace & WithAgentSpaceId(AgentSpaceIdT &&value)
AWS_DEVOPSAGENT_API AgentSpace & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AgentSpace & WithCreatedAt(CreatedAtT &&value)
void SetLocale(LocaleT &&value)
bool DescriptionHasBeenSet() const
AgentSpace & WithLocale(LocaleT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetLocale() const
AWS_DEVOPSAGENT_API AgentSpace()=default
const Aws::String & GetKmsKeyArn() const
bool KmsKeyArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool AgentSpaceIdHasBeenSet() const
bool UpdatedAtHasBeenSet() const
const Aws::String & GetDescription() const
bool CreatedAtHasBeenSet() const
bool NameHasBeenSet() const
void SetKmsKeyArn(KmsKeyArnT &&value)
AgentSpace & WithUpdatedAt(UpdatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
AgentSpace & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
AgentSpace & WithName(NameT &&value)
const Aws::String & GetAgentSpaceId() const
void SetAgentSpaceId(AgentSpaceIdT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue