7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrassv2/GreengrassV2Request.h>
9#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
14namespace GreengrassV2 {
37 template <
typename DeploymentIdT = Aws::String>
39 m_deploymentIdHasBeenSet =
true;
40 m_deploymentId = std::forward<DeploymentIdT>(value);
42 template <
typename DeploymentIdT = Aws::String>
50 bool m_deploymentIdHasBeenSet =
false;
AWS_GREENGRASSV2_API Aws::String SerializePayload() const override
const Aws::String & GetDeploymentId() const
void SetDeploymentId(DeploymentIdT &&value)
virtual const char * GetServiceRequestName() const override
GetDeploymentRequest & WithDeploymentId(DeploymentIdT &&value)
bool DeploymentIdHasBeenSet() const
AWS_GREENGRASSV2_API GetDeploymentRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String