7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename DeploymentArnT = Aws::String>
41 void SetDeploymentArn(DeploymentArnT&& value) { m_deploymentArnHasBeenSet =
true; m_deploymentArn = std::forward<DeploymentArnT>(value); }
42 template<
typename DeploymentArnT = Aws::String>
51 template<
typename DeploymentIdT = Aws::String>
52 void SetDeploymentId(DeploymentIdT&& value) { m_deploymentIdHasBeenSet =
true; m_deploymentId = std::forward<DeploymentIdT>(value); }
53 template<
typename DeploymentIdT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_deploymentArnHasBeenSet =
false;
71 bool m_deploymentIdHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
ResetDeploymentsResult & WithDeploymentId(DeploymentIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_GREENGRASS_API ResetDeploymentsResult()=default
ResetDeploymentsResult & WithRequestId(RequestIdT &&value)
AWS_GREENGRASS_API ResetDeploymentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_GREENGRASS_API ResetDeploymentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDeploymentId() const
const Aws::String & GetDeploymentArn() const
ResetDeploymentsResult & WithDeploymentArn(DeploymentArnT &&value)
void SetDeploymentArn(DeploymentArnT &&value)
void SetDeploymentId(DeploymentIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue