7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/proton/model/DeploymentStatus.h>
51 template<
typename ArnT = Aws::String>
52 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
53 template<
typename ArnT = Aws::String>
63 template<
typename CreatedAtT = Aws::Utils::DateTime>
64 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
65 template<
typename CreatedAtT = Aws::Utils::DateTime>
85 template<
typename DeploymentStatusMessageT = Aws::String>
86 void SetDeploymentStatusMessage(DeploymentStatusMessageT&& value) { m_deploymentStatusMessageHasBeenSet =
true; m_deploymentStatusMessage = std::forward<DeploymentStatusMessageT>(value); }
87 template<
typename DeploymentStatusMessageT = Aws::String>
98 template<
typename EnvironmentNameT = Aws::String>
99 void SetEnvironmentName(EnvironmentNameT&& value) { m_environmentNameHasBeenSet =
true; m_environmentName = std::forward<EnvironmentNameT>(value); }
100 template<
typename EnvironmentNameT = Aws::String>
110 template<
typename LastAttemptedDeploymentIdT = Aws::String>
111 void SetLastAttemptedDeploymentId(LastAttemptedDeploymentIdT&& value) { m_lastAttemptedDeploymentIdHasBeenSet =
true; m_lastAttemptedDeploymentId = std::forward<LastAttemptedDeploymentIdT>(value); }
112 template<
typename LastAttemptedDeploymentIdT = Aws::String>
122 template<
typename LastDeploymentAttemptedAtT = Aws::Utils::DateTime>
123 void SetLastDeploymentAttemptedAt(LastDeploymentAttemptedAtT&& value) { m_lastDeploymentAttemptedAtHasBeenSet =
true; m_lastDeploymentAttemptedAt = std::forward<LastDeploymentAttemptedAtT>(value); }
124 template<
typename LastDeploymentAttemptedAtT = Aws::Utils::DateTime>
134 template<
typename LastDeploymentSucceededAtT = Aws::Utils::DateTime>
135 void SetLastDeploymentSucceededAt(LastDeploymentSucceededAtT&& value) { m_lastDeploymentSucceededAtHasBeenSet =
true; m_lastDeploymentSucceededAt = std::forward<LastDeploymentSucceededAtT>(value); }
136 template<
typename LastDeploymentSucceededAtT = Aws::Utils::DateTime>
146 template<
typename LastModifiedAtT = Aws::Utils::DateTime>
147 void SetLastModifiedAt(LastModifiedAtT&& value) { m_lastModifiedAtHasBeenSet =
true; m_lastModifiedAt = std::forward<LastModifiedAtT>(value); }
148 template<
typename LastModifiedAtT = Aws::Utils::DateTime>
158 template<
typename LastSucceededDeploymentIdT = Aws::String>
159 void SetLastSucceededDeploymentId(LastSucceededDeploymentIdT&& value) { m_lastSucceededDeploymentIdHasBeenSet =
true; m_lastSucceededDeploymentId = std::forward<LastSucceededDeploymentIdT>(value); }
160 template<
typename LastSucceededDeploymentIdT = Aws::String>
170 template<
typename NameT = Aws::String>
171 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
172 template<
typename NameT = Aws::String>
183 template<
typename ServiceInstanceNameT = Aws::String>
184 void SetServiceInstanceName(ServiceInstanceNameT&& value) { m_serviceInstanceNameHasBeenSet =
true; m_serviceInstanceName = std::forward<ServiceInstanceNameT>(value); }
185 template<
typename ServiceInstanceNameT = Aws::String>
196 template<
typename ServiceNameT = Aws::String>
197 void SetServiceName(ServiceNameT&& value) { m_serviceNameHasBeenSet =
true; m_serviceName = std::forward<ServiceNameT>(value); }
198 template<
typename ServiceNameT = Aws::String>
204 bool m_arnHasBeenSet =
false;
207 bool m_createdAtHasBeenSet =
false;
210 bool m_deploymentStatusHasBeenSet =
false;
213 bool m_deploymentStatusMessageHasBeenSet =
false;
216 bool m_environmentNameHasBeenSet =
false;
219 bool m_lastAttemptedDeploymentIdHasBeenSet =
false;
222 bool m_lastDeploymentAttemptedAtHasBeenSet =
false;
225 bool m_lastDeploymentSucceededAtHasBeenSet =
false;
228 bool m_lastModifiedAtHasBeenSet =
false;
231 bool m_lastSucceededDeploymentIdHasBeenSet =
false;
234 bool m_nameHasBeenSet =
false;
237 bool m_serviceInstanceNameHasBeenSet =
false;
240 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