7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/greengrass/GreengrassRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/greengrass/model/DeploymentType.h>
46 inline void SetAmznClientToken(
const char* value) { m_amznClientTokenHasBeenSet =
true; m_amznClientToken.assign(value); }
60 inline void SetDeploymentId(
const char* value) { m_deploymentIdHasBeenSet =
true; m_deploymentId.assign(value); }
87 inline void SetGroupId(
const char* value) { m_groupIdHasBeenSet =
true; m_groupId.assign(value); }
101 inline void SetGroupVersionId(
const char* value) { m_groupVersionIdHasBeenSet =
true; m_groupVersionId.assign(value); }
109 bool m_amznClientTokenHasBeenSet =
false;
112 bool m_deploymentIdHasBeenSet =
false;
115 bool m_deploymentTypeHasBeenSet =
false;
118 bool m_groupIdHasBeenSet =
false;
121 bool m_groupVersionIdHasBeenSet =
false;
CreateDeploymentRequest & WithDeploymentId(const char *value)
CreateDeploymentRequest & WithGroupId(Aws::String &&value)
void SetGroupId(const Aws::String &value)
CreateDeploymentRequest & WithGroupVersionId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
CreateDeploymentRequest & WithGroupVersionId(Aws::String &&value)
bool AmznClientTokenHasBeenSet() const
void SetDeploymentType(const DeploymentType &value)
bool DeploymentIdHasBeenSet() const
CreateDeploymentRequest & WithDeploymentId(const Aws::String &value)
const Aws::String & GetGroupVersionId() const
CreateDeploymentRequest & WithDeploymentId(Aws::String &&value)
const Aws::String & GetAmznClientToken() const
void SetDeploymentId(const char *value)
void SetDeploymentId(Aws::String &&value)
void SetDeploymentId(const Aws::String &value)
bool DeploymentTypeHasBeenSet() const
void SetDeploymentType(DeploymentType &&value)
CreateDeploymentRequest & WithGroupId(const char *value)
CreateDeploymentRequest & WithDeploymentType(DeploymentType &&value)
const Aws::String & GetGroupId() const
void SetGroupVersionId(Aws::String &&value)
void SetAmznClientToken(const char *value)
AWS_GREENGRASS_API CreateDeploymentRequest()
void SetGroupVersionId(const Aws::String &value)
const Aws::String & GetDeploymentId() const
AWS_GREENGRASS_API Aws::String SerializePayload() const override
CreateDeploymentRequest & WithGroupId(const Aws::String &value)
CreateDeploymentRequest & WithAmznClientToken(Aws::String &&value)
void SetAmznClientToken(const Aws::String &value)
const DeploymentType & GetDeploymentType() const
AWS_GREENGRASS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetAmznClientToken(Aws::String &&value)
bool GroupVersionIdHasBeenSet() const
bool GroupIdHasBeenSet() const
void SetGroupId(const char *value)
CreateDeploymentRequest & WithDeploymentType(const DeploymentType &value)
CreateDeploymentRequest & WithAmznClientToken(const char *value)
void SetGroupVersionId(const char *value)
CreateDeploymentRequest & WithAmznClientToken(const Aws::String &value)
void SetGroupId(Aws::String &&value)
CreateDeploymentRequest & WithGroupVersionId(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String