7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrass/Greengrass_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename BulkDeploymentArnT = Aws::String>
37 m_bulkDeploymentArnHasBeenSet =
true;
38 m_bulkDeploymentArn = std::forward<BulkDeploymentArnT>(value);
40 template <
typename BulkDeploymentArnT = Aws::String>
52 template <
typename BulkDeploymentIdT = Aws::String>
54 m_bulkDeploymentIdHasBeenSet =
true;
55 m_bulkDeploymentId = std::forward<BulkDeploymentIdT>(value);
57 template <
typename BulkDeploymentIdT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_bulkDeploymentArnHasBeenSet =
false;
88 bool m_bulkDeploymentIdHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
AWS_GREENGRASS_API StartBulkDeploymentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartBulkDeploymentResult & WithRequestId(RequestIdT &&value)
AWS_GREENGRASS_API StartBulkDeploymentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartBulkDeploymentResult & WithBulkDeploymentArn(BulkDeploymentArnT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetBulkDeploymentId() const
const Aws::String & GetRequestId() const
void SetBulkDeploymentArn(BulkDeploymentArnT &&value)
void SetBulkDeploymentId(BulkDeploymentIdT &&value)
StartBulkDeploymentResult & WithBulkDeploymentId(BulkDeploymentIdT &&value)
const Aws::String & GetBulkDeploymentArn() const
AWS_GREENGRASS_API StartBulkDeploymentResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue