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>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ApiGatewayV2 {
37 m_autoDeployedHasBeenSet =
true;
38 m_autoDeployed = value;
51 template <
typename CreatedDateT = Aws::Utils::DateTime>
53 m_createdDateHasBeenSet =
true;
54 m_createdDate = std::forward<CreatedDateT>(value);
56 template <
typename CreatedDateT = Aws::Utils::DateTime>
68 template <
typename DeploymentIdT = Aws::String>
70 m_deploymentIdHasBeenSet =
true;
71 m_deploymentId = std::forward<DeploymentIdT>(value);
73 template <
typename DeploymentIdT = Aws::String>
86 m_deploymentStatusHasBeenSet =
true;
87 m_deploymentStatus = value;
100 template <
typename DeploymentStatusMessageT = Aws::String>
102 m_deploymentStatusMessageHasBeenSet =
true;
103 m_deploymentStatusMessage = std::forward<DeploymentStatusMessageT>(value);
105 template <
typename DeploymentStatusMessageT = Aws::String>
117 template <
typename DescriptionT = Aws::String>
119 m_descriptionHasBeenSet =
true;
120 m_description = std::forward<DescriptionT>(value);
122 template <
typename DescriptionT = Aws::String>
132 template <
typename RequestIdT = Aws::String>
134 m_requestIdHasBeenSet =
true;
135 m_requestId = std::forward<RequestIdT>(value);
137 template <
typename RequestIdT = Aws::String>
144 bool m_autoDeployed{
false};
157 bool m_autoDeployedHasBeenSet =
false;
158 bool m_createdDateHasBeenSet =
false;
159 bool m_deploymentIdHasBeenSet =
false;
160 bool m_deploymentStatusHasBeenSet =
false;
161 bool m_deploymentStatusMessageHasBeenSet =
false;
162 bool m_descriptionHasBeenSet =
false;
163 bool m_requestIdHasBeenSet =
false;
AWS_APIGATEWAYV2_API CreateDeploymentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APIGATEWAYV2_API CreateDeploymentResult()=default
const Aws::Utils::DateTime & GetCreatedDate() const
const Aws::String & GetDeploymentStatusMessage() const
CreateDeploymentResult & WithRequestId(RequestIdT &&value)
void SetAutoDeployed(bool value)
CreateDeploymentResult & WithDeploymentStatusMessage(DeploymentStatusMessageT &&value)
CreateDeploymentResult & WithDescription(DescriptionT &&value)
const Aws::String & GetDeploymentId() const
bool GetAutoDeployed() const
CreateDeploymentResult & WithDeploymentId(DeploymentIdT &&value)
const Aws::String & GetDescription() const
void SetDeploymentStatusMessage(DeploymentStatusMessageT &&value)
void SetDeploymentId(DeploymentIdT &&value)
CreateDeploymentResult & WithAutoDeployed(bool value)
AWS_APIGATEWAYV2_API CreateDeploymentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDescription(DescriptionT &&value)
void SetRequestId(RequestIdT &&value)
DeploymentStatus GetDeploymentStatus() const
const Aws::String & GetRequestId() const
void SetDeploymentStatus(DeploymentStatus value)
CreateDeploymentResult & WithDeploymentStatus(DeploymentStatus value)
void SetCreatedDate(CreatedDateT &&value)
CreateDeploymentResult & WithCreatedDate(CreatedDateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue