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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 inline void SetAutoDeployed(
bool value) { m_autoDeployedHasBeenSet =
true; m_autoDeployed = value; }
51 template<
typename CreatedDateT = Aws::Utils::DateTime>
52 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
53 template<
typename CreatedDateT = Aws::Utils::DateTime>
62 template<
typename DeploymentIdT = Aws::String>
63 void SetDeploymentId(DeploymentIdT&& value) { m_deploymentIdHasBeenSet =
true; m_deploymentId = std::forward<DeploymentIdT>(value); }
64 template<
typename DeploymentIdT = Aws::String>
82 template<
typename DeploymentStatusMessageT = Aws::String>
83 void SetDeploymentStatusMessage(DeploymentStatusMessageT&& value) { m_deploymentStatusMessageHasBeenSet =
true; m_deploymentStatusMessage = std::forward<DeploymentStatusMessageT>(value); }
84 template<
typename DeploymentStatusMessageT = Aws::String>
93 template<
typename DescriptionT = Aws::String>
94 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
95 template<
typename DescriptionT = Aws::String>
102 template<
typename RequestIdT = Aws::String>
103 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
104 template<
typename RequestIdT = Aws::String>
109 bool m_autoDeployed{
false};
110 bool m_autoDeployedHasBeenSet =
false;
113 bool m_createdDateHasBeenSet =
false;
116 bool m_deploymentIdHasBeenSet =
false;
119 bool m_deploymentStatusHasBeenSet =
false;
122 bool m_deploymentStatusMessageHasBeenSet =
false;
125 bool m_descriptionHasBeenSet =
false;
128 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