7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/apigatewayv2/model/DeploymentStatus.h>
50 inline void SetAutoDeployed(
bool value) { m_autoDeployedHasBeenSet =
true; m_autoDeployed = value; }
60 template<
typename CreatedDateT = Aws::Utils::DateTime>
61 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
62 template<
typename CreatedDateT = Aws::Utils::DateTime>
72 template<
typename DeploymentIdT = Aws::String>
73 void SetDeploymentId(DeploymentIdT&& value) { m_deploymentIdHasBeenSet =
true; m_deploymentId = std::forward<DeploymentIdT>(value); }
74 template<
typename DeploymentIdT = Aws::String>
94 template<
typename DeploymentStatusMessageT = Aws::String>
95 void SetDeploymentStatusMessage(DeploymentStatusMessageT&& value) { m_deploymentStatusMessageHasBeenSet =
true; m_deploymentStatusMessage = std::forward<DeploymentStatusMessageT>(value); }
96 template<
typename DeploymentStatusMessageT = Aws::String>
106 template<
typename DescriptionT = Aws::String>
107 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
108 template<
typename DescriptionT = Aws::String>
113 bool m_autoDeployed{
false};
114 bool m_autoDeployedHasBeenSet =
false;
117 bool m_createdDateHasBeenSet =
false;
120 bool m_deploymentIdHasBeenSet =
false;
123 bool m_deploymentStatusHasBeenSet =
false;
126 bool m_deploymentStatusMessageHasBeenSet =
false;
129 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