7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
10#include <aws/devops-agent/model/ServiceConfiguration.h>
11#include <aws/devops-agent/model/ValidationStatus.h>
22namespace DevOpsAgent {
44 template <
typename AgentSpaceIdT = Aws::String>
46 m_agentSpaceIdHasBeenSet =
true;
47 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
49 template <
typename AgentSpaceIdT = Aws::String>
62 template <
typename CreatedAtT = Aws::Utils::DateTime>
64 m_createdAtHasBeenSet =
true;
65 m_createdAt = std::forward<CreatedAtT>(value);
67 template <
typename CreatedAtT = Aws::Utils::DateTime>
80 template <
typename UpdatedAtT = Aws::Utils::DateTime>
82 m_updatedAtHasBeenSet =
true;
83 m_updatedAt = std::forward<UpdatedAtT>(value);
85 template <
typename UpdatedAtT = Aws::Utils::DateTime>
99 m_statusHasBeenSet =
true;
114 template <
typename AssociationIdT = Aws::String>
116 m_associationIdHasBeenSet =
true;
117 m_associationId = std::forward<AssociationIdT>(value);
119 template <
typename AssociationIdT = Aws::String>
132 template <
typename ServiceIdT = Aws::String>
134 m_serviceIdHasBeenSet =
true;
135 m_serviceId = std::forward<ServiceIdT>(value);
137 template <
typename ServiceIdT = Aws::String>
151 template <
typename ConfigurationT = ServiceConfiguration>
153 m_configurationHasBeenSet =
true;
154 m_configuration = std::forward<ConfigurationT>(value);
156 template <
typename ConfigurationT = ServiceConfiguration>
175 ServiceConfiguration m_configuration;
176 bool m_agentSpaceIdHasBeenSet =
false;
177 bool m_createdAtHasBeenSet =
false;
178 bool m_updatedAtHasBeenSet =
false;
179 bool m_statusHasBeenSet =
false;
180 bool m_associationIdHasBeenSet =
false;
181 bool m_serviceIdHasBeenSet =
false;
182 bool m_configurationHasBeenSet =
false;
AWS_DEVOPSAGENT_API Association(Aws::Utils::Json::JsonView jsonValue)
bool ConfigurationHasBeenSet() const
Association & WithConfiguration(ConfigurationT &&value)
void SetConfiguration(ConfigurationT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedAt(CreatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
ValidationStatus GetStatus() const
bool CreatedAtHasBeenSet() const
void SetServiceId(ServiceIdT &&value)
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAgentSpaceId(AgentSpaceIdT &&value)
Association & WithAgentSpaceId(AgentSpaceIdT &&value)
bool ServiceIdHasBeenSet() const
const Aws::String & GetAssociationId() const
const Aws::String & GetAgentSpaceId() const
Association & WithStatus(ValidationStatus value)
Association & WithAssociationId(AssociationIdT &&value)
void SetAssociationId(AssociationIdT &&value)
void SetStatus(ValidationStatus value)
const Aws::Utils::DateTime & GetUpdatedAt() const
bool UpdatedAtHasBeenSet() const
AWS_DEVOPSAGENT_API Association & operator=(Aws::Utils::Json::JsonView jsonValue)
const ServiceConfiguration & GetConfiguration() const
Association & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetServiceId() const
Association & WithCreatedAt(CreatedAtT &&value)
bool AgentSpaceIdHasBeenSet() const
bool StatusHasBeenSet() const
AWS_DEVOPSAGENT_API Association()=default
bool AssociationIdHasBeenSet() const
Association & WithServiceId(ServiceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue