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>
11#include <aws/proton/model/DeploymentTargetResourceType.h>
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
61 template<
typename CompletedAtT = Aws::Utils::DateTime>
62 void SetCompletedAt(CompletedAtT&& value) { m_completedAtHasBeenSet =
true; m_completedAt = std::forward<CompletedAtT>(value); }
63 template<
typename CompletedAtT = Aws::Utils::DateTime>
73 template<
typename ComponentNameT = Aws::String>
74 void SetComponentName(ComponentNameT&& value) { m_componentNameHasBeenSet =
true; m_componentName = std::forward<ComponentNameT>(value); }
75 template<
typename ComponentNameT = Aws::String>
85 template<
typename CreatedAtT = Aws::Utils::DateTime>
86 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
87 template<
typename CreatedAtT = Aws::Utils::DateTime>
107 template<
typename EnvironmentNameT = Aws::String>
108 void SetEnvironmentName(EnvironmentNameT&& value) { m_environmentNameHasBeenSet =
true; m_environmentName = std::forward<EnvironmentNameT>(value); }
109 template<
typename EnvironmentNameT = Aws::String>
119 template<
typename IdT = Aws::String>
120 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
121 template<
typename IdT = Aws::String>
131 template<
typename LastAttemptedDeploymentIdT = Aws::String>
132 void SetLastAttemptedDeploymentId(LastAttemptedDeploymentIdT&& value) { m_lastAttemptedDeploymentIdHasBeenSet =
true; m_lastAttemptedDeploymentId = std::forward<LastAttemptedDeploymentIdT>(value); }
133 template<
typename LastAttemptedDeploymentIdT = Aws::String>
143 template<
typename LastModifiedAtT = Aws::Utils::DateTime>
144 void SetLastModifiedAt(LastModifiedAtT&& value) { m_lastModifiedAtHasBeenSet =
true; m_lastModifiedAt = std::forward<LastModifiedAtT>(value); }
145 template<
typename LastModifiedAtT = Aws::Utils::DateTime>
155 template<
typename LastSucceededDeploymentIdT = Aws::String>
156 void SetLastSucceededDeploymentId(LastSucceededDeploymentIdT&& value) { m_lastSucceededDeploymentIdHasBeenSet =
true; m_lastSucceededDeploymentId = std::forward<LastSucceededDeploymentIdT>(value); }
157 template<
typename LastSucceededDeploymentIdT = Aws::String>
167 template<
typename ServiceInstanceNameT = Aws::String>
168 void SetServiceInstanceName(ServiceInstanceNameT&& value) { m_serviceInstanceNameHasBeenSet =
true; m_serviceInstanceName = std::forward<ServiceInstanceNameT>(value); }
169 template<
typename ServiceInstanceNameT = Aws::String>
179 template<
typename ServiceNameT = Aws::String>
180 void SetServiceName(ServiceNameT&& value) { m_serviceNameHasBeenSet =
true; m_serviceName = std::forward<ServiceNameT>(value); }
181 template<
typename ServiceNameT = Aws::String>
191 template<
typename TargetArnT = Aws::String>
192 void SetTargetArn(TargetArnT&& value) { m_targetArnHasBeenSet =
true; m_targetArn = std::forward<TargetArnT>(value); }
193 template<
typename TargetArnT = Aws::String>
203 template<
typename TargetResourceCreatedAtT = Aws::Utils::DateTime>
204 void SetTargetResourceCreatedAt(TargetResourceCreatedAtT&& value) { m_targetResourceCreatedAtHasBeenSet =
true; m_targetResourceCreatedAt = std::forward<TargetResourceCreatedAtT>(value); }
205 template<
typename TargetResourceCreatedAtT = Aws::Utils::DateTime>
222 bool m_arnHasBeenSet =
false;
225 bool m_completedAtHasBeenSet =
false;
228 bool m_componentNameHasBeenSet =
false;
231 bool m_createdAtHasBeenSet =
false;
234 bool m_deploymentStatusHasBeenSet =
false;
237 bool m_environmentNameHasBeenSet =
false;
240 bool m_idHasBeenSet =
false;
243 bool m_lastAttemptedDeploymentIdHasBeenSet =
false;
246 bool m_lastModifiedAtHasBeenSet =
false;
249 bool m_lastSucceededDeploymentIdHasBeenSet =
false;
252 bool m_serviceInstanceNameHasBeenSet =
false;
255 bool m_serviceNameHasBeenSet =
false;
258 bool m_targetArnHasBeenSet =
false;
261 bool m_targetResourceCreatedAtHasBeenSet =
false;
264 bool m_targetResourceTypeHasBeenSet =
false;
void SetServiceName(ServiceNameT &&value)
void SetEnvironmentName(EnvironmentNameT &&value)
const Aws::String & GetTargetArn() const
bool TargetResourceCreatedAtHasBeenSet() const
bool TargetResourceTypeHasBeenSet() const
void SetTargetResourceType(DeploymentTargetResourceType value)
const Aws::String & GetLastAttemptedDeploymentId() const
void SetArn(ArnT &&value)
DeploymentTargetResourceType GetTargetResourceType() const
const Aws::String & GetLastSucceededDeploymentId() const
bool ComponentNameHasBeenSet() const
DeploymentSummary & WithComponentName(ComponentNameT &&value)
void SetLastAttemptedDeploymentId(LastAttemptedDeploymentIdT &&value)
void SetLastModifiedAt(LastModifiedAtT &&value)
bool ServiceInstanceNameHasBeenSet() const
const Aws::String & GetEnvironmentName() const
DeploymentSummary & WithTargetResourceCreatedAt(TargetResourceCreatedAtT &&value)
DeploymentSummary & WithEnvironmentName(EnvironmentNameT &&value)
const Aws::String & GetArn() const
bool CreatedAtHasBeenSet() const
bool LastModifiedAtHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedAt() const
DeploymentSummary & WithTargetResourceType(DeploymentTargetResourceType value)
const Aws::Utils::DateTime & GetTargetResourceCreatedAt() const
void SetLastSucceededDeploymentId(LastSucceededDeploymentIdT &&value)
DeploymentSummary & WithTargetArn(TargetArnT &&value)
DeploymentSummary & WithLastModifiedAt(LastModifiedAtT &&value)
DeploymentSummary & WithServiceInstanceName(ServiceInstanceNameT &&value)
DeploymentSummary & WithLastAttemptedDeploymentId(LastAttemptedDeploymentIdT &&value)
DeploymentSummary & WithId(IdT &&value)
const Aws::Utils::DateTime & GetCompletedAt() const
void SetTargetArn(TargetArnT &&value)
DeploymentSummary & WithServiceName(ServiceNameT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetServiceName() const
bool TargetArnHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::String & GetId() const
AWS_PROTON_API DeploymentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetComponentName(ComponentNameT &&value)
bool LastAttemptedDeploymentIdHasBeenSet() const
bool CompletedAtHasBeenSet() const
DeploymentSummary & WithCompletedAt(CompletedAtT &&value)
bool ServiceNameHasBeenSet() const
void SetCompletedAt(CompletedAtT &&value)
DeploymentSummary & WithDeploymentStatus(DeploymentStatus value)
const Aws::String & GetComponentName() const
const Aws::String & GetServiceInstanceName() const
bool LastSucceededDeploymentIdHasBeenSet() const
DeploymentSummary & WithLastSucceededDeploymentId(LastSucceededDeploymentIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool DeploymentStatusHasBeenSet() const
DeploymentSummary & WithCreatedAt(CreatedAtT &&value)
bool EnvironmentNameHasBeenSet() const
void SetTargetResourceCreatedAt(TargetResourceCreatedAtT &&value)
DeploymentStatus GetDeploymentStatus() const
void SetDeploymentStatus(DeploymentStatus value)
DeploymentSummary & WithArn(ArnT &&value)
AWS_PROTON_API DeploymentSummary()=default
void SetServiceInstanceName(ServiceInstanceNameT &&value)
bool IdHasBeenSet() const
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PROTON_API DeploymentSummary(Aws::Utils::Json::JsonView jsonValue)
DeploymentTargetResourceType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue