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>
44 template<
typename AmznClientTokenT = Aws::String>
45 void SetAmznClientToken(AmznClientTokenT&& value) { m_amznClientTokenHasBeenSet =
true; m_amznClientToken = std::forward<AmznClientTokenT>(value); }
46 template<
typename AmznClientTokenT = Aws::String>
56 template<
typename DeploymentIdT = Aws::String>
57 void SetDeploymentId(DeploymentIdT&& value) { m_deploymentIdHasBeenSet =
true; m_deploymentId = std::forward<DeploymentIdT>(value); }
58 template<
typename DeploymentIdT = Aws::String>
79 template<
typename GroupIdT = Aws::String>
80 void SetGroupId(GroupIdT&& value) { m_groupIdHasBeenSet =
true; m_groupId = std::forward<GroupIdT>(value); }
81 template<
typename GroupIdT = Aws::String>
91 template<
typename GroupVersionIdT = Aws::String>
92 void SetGroupVersionId(GroupVersionIdT&& value) { m_groupVersionIdHasBeenSet =
true; m_groupVersionId = std::forward<GroupVersionIdT>(value); }
93 template<
typename GroupVersionIdT = Aws::String>
99 bool m_amznClientTokenHasBeenSet =
false;
102 bool m_deploymentIdHasBeenSet =
false;
105 bool m_deploymentTypeHasBeenSet =
false;
108 bool m_groupIdHasBeenSet =
false;
111 bool m_groupVersionIdHasBeenSet =
false;
CreateDeploymentRequest & WithDeploymentId(DeploymentIdT &&value)
CreateDeploymentRequest & WithAmznClientToken(AmznClientTokenT &&value)
void SetGroupId(GroupIdT &&value)
DeploymentType GetDeploymentType() const
virtual const char * GetServiceRequestName() const override
bool AmznClientTokenHasBeenSet() const
bool DeploymentIdHasBeenSet() const
void SetDeploymentId(DeploymentIdT &&value)
const Aws::String & GetGroupVersionId() const
const Aws::String & GetAmznClientToken() const
bool DeploymentTypeHasBeenSet() const
AWS_GREENGRASS_API CreateDeploymentRequest()=default
const Aws::String & GetGroupId() const
const Aws::String & GetDeploymentId() const
AWS_GREENGRASS_API Aws::String SerializePayload() const override
CreateDeploymentRequest & WithDeploymentType(DeploymentType value)
CreateDeploymentRequest & WithGroupId(GroupIdT &&value)
void SetDeploymentType(DeploymentType value)
void SetGroupVersionId(GroupVersionIdT &&value)
CreateDeploymentRequest & WithGroupVersionId(GroupVersionIdT &&value)
AWS_GREENGRASS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool GroupVersionIdHasBeenSet() const
bool GroupIdHasBeenSet() const
void SetAmznClientToken(AmznClientTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String