7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
36 template <
typename OperationIdT = Aws::String>
38 m_operationIdHasBeenSet =
true;
39 m_operationId = std::forward<OperationIdT>(value);
41 template <
typename OperationIdT = Aws::String>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_operationIdHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_APPRUNNER_API StartDeploymentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartDeploymentResult & WithOperationId(OperationIdT &&value)
AWS_APPRUNNER_API StartDeploymentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_APPRUNNER_API StartDeploymentResult()=default
const Aws::String & GetOperationId() const
StartDeploymentResult & WithRequestId(RequestIdT &&value)
void SetOperationId(OperationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue