7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/proton/Proton_EXPORTS.h>
10#include <aws/proton/model/DeploymentStatus.h>
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
63 template <
typename CreatedAtT = Aws::Utils::DateTime>
65 m_createdAtHasBeenSet =
true;
66 m_createdAt = std::forward<CreatedAtT>(value);
68 template <
typename CreatedAtT = Aws::Utils::DateTime>
82 m_deploymentStatusHasBeenSet =
true;
83 m_deploymentStatus = value;
97 template <
typename DeploymentStatusMessageT = Aws::String>
99 m_deploymentStatusMessageHasBeenSet =
true;
100 m_deploymentStatusMessage = std::forward<DeploymentStatusMessageT>(value);
102 template <
typename DeploymentStatusMessageT = Aws::String>
116 template <
typename EnvironmentNameT = Aws::String>
118 m_environmentNameHasBeenSet =
true;
119 m_environmentName = std::forward<EnvironmentNameT>(value);
121 template <
typename EnvironmentNameT = Aws::String>
134 template <
typename LastAttemptedDeploymentIdT = Aws::String>
136 m_lastAttemptedDeploymentIdHasBeenSet =
true;
137 m_lastAttemptedDeploymentId = std::forward<LastAttemptedDeploymentIdT>(value);
139 template <
typename LastAttemptedDeploymentIdT = Aws::String>
152 template <
typename LastDeploymentAttemptedAtT = Aws::Utils::DateTime>
154 m_lastDeploymentAttemptedAtHasBeenSet =
true;
155 m_lastDeploymentAttemptedAt = std::forward<LastDeploymentAttemptedAtT>(value);
157 template <
typename LastDeploymentAttemptedAtT = Aws::Utils::DateTime>
170 template <
typename LastDeploymentSucceededAtT = Aws::Utils::DateTime>
172 m_lastDeploymentSucceededAtHasBeenSet =
true;
173 m_lastDeploymentSucceededAt = std::forward<LastDeploymentSucceededAtT>(value);
175 template <
typename LastDeploymentSucceededAtT = Aws::Utils::DateTime>
188 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
190 m_lastModifiedAtHasBeenSet =
true;
191 m_lastModifiedAt = std::forward<LastModifiedAtT>(value);
193 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
206 template <
typename LastSucceededDeploymentIdT = Aws::String>
208 m_lastSucceededDeploymentIdHasBeenSet =
true;
209 m_lastSucceededDeploymentId = std::forward<LastSucceededDeploymentIdT>(value);
211 template <
typename LastSucceededDeploymentIdT = Aws::String>
224 template <
typename NameT = Aws::String>
226 m_nameHasBeenSet =
true;
227 m_name = std::forward<NameT>(value);
229 template <
typename NameT = Aws::String>
231 SetName(std::forward<NameT>(value));
243 template <
typename ServiceInstanceNameT = Aws::String>
245 m_serviceInstanceNameHasBeenSet =
true;
246 m_serviceInstanceName = std::forward<ServiceInstanceNameT>(value);
248 template <
typename ServiceInstanceNameT = Aws::String>
262 template <
typename ServiceNameT = Aws::String>
264 m_serviceNameHasBeenSet =
true;
265 m_serviceName = std::forward<ServiceNameT>(value);
267 template <
typename ServiceNameT = Aws::String>
299 bool m_arnHasBeenSet =
false;
300 bool m_createdAtHasBeenSet =
false;
301 bool m_deploymentStatusHasBeenSet =
false;
302 bool m_deploymentStatusMessageHasBeenSet =
false;
303 bool m_environmentNameHasBeenSet =
false;
304 bool m_lastAttemptedDeploymentIdHasBeenSet =
false;
305 bool m_lastDeploymentAttemptedAtHasBeenSet =
false;
306 bool m_lastDeploymentSucceededAtHasBeenSet =
false;
307 bool m_lastModifiedAtHasBeenSet =
false;
308 bool m_lastSucceededDeploymentIdHasBeenSet =
false;
309 bool m_nameHasBeenSet =
false;
310 bool m_serviceInstanceNameHasBeenSet =
false;
311 bool m_serviceNameHasBeenSet =
false;
void SetDeploymentStatusMessage(DeploymentStatusMessageT &&value)
bool EnvironmentNameHasBeenSet() const
bool DeploymentStatusHasBeenSet() const
void SetArn(ArnT &&value)
bool LastAttemptedDeploymentIdHasBeenSet() const
bool NameHasBeenSet() const
bool LastSucceededDeploymentIdHasBeenSet() const
const Aws::Utils::DateTime & GetLastDeploymentSucceededAt() const
bool LastModifiedAtHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::Utils::DateTime & GetLastDeploymentAttemptedAt() const
const Aws::String & GetEnvironmentName() const
const Aws::String & GetName() const
const Aws::String & GetServiceInstanceName() const
AWS_PROTON_API ComponentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLastAttemptedDeploymentId(LastAttemptedDeploymentIdT &&value)
ComponentSummary & WithLastDeploymentAttemptedAt(LastDeploymentAttemptedAtT &&value)
ComponentSummary & WithEnvironmentName(EnvironmentNameT &&value)
ComponentSummary & WithLastSucceededDeploymentId(LastSucceededDeploymentIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetLastModifiedAt(LastModifiedAtT &&value)
ComponentSummary & WithLastModifiedAt(LastModifiedAtT &&value)
bool CreatedAtHasBeenSet() const
bool ServiceInstanceNameHasBeenSet() const
ComponentSummary & WithName(NameT &&value)
void SetLastSucceededDeploymentId(LastSucceededDeploymentIdT &&value)
bool LastDeploymentAttemptedAtHasBeenSet() const
const Aws::String & GetServiceName() const
bool DeploymentStatusMessageHasBeenSet() const
ComponentSummary & WithServiceName(ServiceNameT &&value)
ComponentSummary & WithCreatedAt(CreatedAtT &&value)
void SetServiceName(ServiceNameT &&value)
void SetLastDeploymentSucceededAt(LastDeploymentSucceededAtT &&value)
bool LastDeploymentSucceededAtHasBeenSet() const
AWS_PROTON_API ComponentSummary(Aws::Utils::Json::JsonView jsonValue)
void SetLastDeploymentAttemptedAt(LastDeploymentAttemptedAtT &&value)
void SetEnvironmentName(EnvironmentNameT &&value)
void SetDeploymentStatus(DeploymentStatus value)
ComponentSummary & WithDeploymentStatus(DeploymentStatus value)
const Aws::String & GetLastSucceededDeploymentId() const
bool ArnHasBeenSet() const
const Aws::String & GetArn() const
const Aws::String & GetDeploymentStatusMessage() const
ComponentSummary & WithLastAttemptedDeploymentId(LastAttemptedDeploymentIdT &&value)
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
ComponentSummary & WithArn(ArnT &&value)
void SetServiceInstanceName(ServiceInstanceNameT &&value)
void SetName(NameT &&value)
ComponentSummary & WithLastDeploymentSucceededAt(LastDeploymentSucceededAtT &&value)
const Aws::Utils::DateTime & GetLastModifiedAt() const
ComponentSummary & WithServiceInstanceName(ServiceInstanceNameT &&value)
AWS_PROTON_API ComponentSummary()=default
const Aws::String & GetLastAttemptedDeploymentId() const
DeploymentStatus GetDeploymentStatus() const
bool ServiceNameHasBeenSet() const
ComponentSummary & WithDeploymentStatusMessage(DeploymentStatusMessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue