7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/greengrass/GreengrassRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetDeploymentId(
const char* value) { m_deploymentIdHasBeenSet =
true; m_deploymentId.assign(value); }
57 inline void SetGroupId(
const char* value) { m_groupIdHasBeenSet =
true; m_groupId.assign(value); }
65 bool m_deploymentIdHasBeenSet =
false;
68 bool m_groupIdHasBeenSet =
false;
void SetDeploymentId(Aws::String &&value)
GetDeploymentStatusRequest & WithDeploymentId(const Aws::String &value)
void SetGroupId(Aws::String &&value)
void SetDeploymentId(const char *value)
const Aws::String & GetGroupId() const
GetDeploymentStatusRequest & WithDeploymentId(const char *value)
bool DeploymentIdHasBeenSet() const
GetDeploymentStatusRequest & WithGroupId(Aws::String &&value)
void SetGroupId(const Aws::String &value)
const Aws::String & GetDeploymentId() const
void SetGroupId(const char *value)
bool GroupIdHasBeenSet() const
void SetDeploymentId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
AWS_GREENGRASS_API Aws::String SerializePayload() const override
GetDeploymentStatusRequest & WithDeploymentId(Aws::String &&value)
GetDeploymentStatusRequest & WithGroupId(const char *value)
GetDeploymentStatusRequest & WithGroupId(const Aws::String &value)
AWS_GREENGRASS_API GetDeploymentStatusRequest()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String