7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/apigatewayv2/model/DeploymentStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ApiGatewayV2 {
45 m_autoDeployedHasBeenSet =
true;
46 m_autoDeployed = value;
60 template <
typename CreatedDateT = Aws::Utils::DateTime>
62 m_createdDateHasBeenSet =
true;
63 m_createdDate = std::forward<CreatedDateT>(value);
65 template <
typename CreatedDateT = Aws::Utils::DateTime>
78 template <
typename DeploymentIdT = Aws::String>
80 m_deploymentIdHasBeenSet =
true;
81 m_deploymentId = std::forward<DeploymentIdT>(value);
83 template <
typename DeploymentIdT = Aws::String>
97 m_deploymentStatusHasBeenSet =
true;
98 m_deploymentStatus = value;
112 template <
typename DeploymentStatusMessageT = Aws::String>
114 m_deploymentStatusMessageHasBeenSet =
true;
115 m_deploymentStatusMessage = std::forward<DeploymentStatusMessageT>(value);
117 template <
typename DeploymentStatusMessageT = Aws::String>
130 template <
typename DescriptionT = Aws::String>
132 m_descriptionHasBeenSet =
true;
133 m_description = std::forward<DescriptionT>(value);
135 template <
typename DescriptionT = Aws::String>
142 bool m_autoDeployed{
false};
153 bool m_autoDeployedHasBeenSet =
false;
154 bool m_createdDateHasBeenSet =
false;
155 bool m_deploymentIdHasBeenSet =
false;
156 bool m_deploymentStatusHasBeenSet =
false;
157 bool m_deploymentStatusMessageHasBeenSet =
false;
158 bool m_descriptionHasBeenSet =
false;
void SetCreatedDate(CreatedDateT &&value)
bool DeploymentStatusHasBeenSet() const
Deployment & WithAutoDeployed(bool value)
Deployment & WithDeploymentStatus(DeploymentStatus value)
void SetDescription(DescriptionT &&value)
bool DeploymentIdHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::String & GetDeploymentStatusMessage() const
AWS_APIGATEWAYV2_API Deployment(Aws::Utils::Json::JsonView jsonValue)
bool CreatedDateHasBeenSet() const
DeploymentStatus GetDeploymentStatus() const
Deployment & WithCreatedDate(CreatedDateT &&value)
void SetDeploymentId(DeploymentIdT &&value)
Deployment & WithDeploymentId(DeploymentIdT &&value)
void SetDeploymentStatus(DeploymentStatus value)
const Aws::String & GetDeploymentId() const
AWS_APIGATEWAYV2_API Deployment & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreatedDate() const
Deployment & WithDescription(DescriptionT &&value)
bool AutoDeployedHasBeenSet() const
bool GetAutoDeployed() const
void SetAutoDeployed(bool value)
AWS_APIGATEWAYV2_API Deployment()=default
Deployment & WithDeploymentStatusMessage(DeploymentStatusMessageT &&value)
AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDeploymentStatusMessage(DeploymentStatusMessageT &&value)
bool DeploymentStatusMessageHasBeenSet() const
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue