7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/Greengrass_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename BulkDeploymentArnT = Aws::String>
36 m_bulkDeploymentArnHasBeenSet =
true;
37 m_bulkDeploymentArn = std::forward<BulkDeploymentArnT>(value);
39 template <
typename BulkDeploymentArnT = Aws::String>
51 template <
typename BulkDeploymentIdT = Aws::String>
53 m_bulkDeploymentIdHasBeenSet =
true;
54 m_bulkDeploymentId = std::forward<BulkDeploymentIdT>(value);
56 template <
typename BulkDeploymentIdT = Aws::String>
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_bulkDeploymentArnHasBeenSet =
false;
84 bool m_bulkDeploymentIdHasBeenSet =
false;
85 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
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue