7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/GreengrassRequest.h>
9#include <aws/greengrass/Greengrass_EXPORTS.h>
10#include <aws/greengrass/model/DeploymentType.h>
40 template <
typename AmznClientTokenT = Aws::String>
42 m_amznClientTokenHasBeenSet =
true;
43 m_amznClientToken = std::forward<AmznClientTokenT>(value);
45 template <
typename AmznClientTokenT = Aws::String>
58 template <
typename DeploymentIdT = Aws::String>
60 m_deploymentIdHasBeenSet =
true;
61 m_deploymentId = std::forward<DeploymentIdT>(value);
63 template <
typename DeploymentIdT = Aws::String>
78 m_deploymentTypeHasBeenSet =
true;
79 m_deploymentType = value;
93 template <
typename GroupIdT = Aws::String>
95 m_groupIdHasBeenSet =
true;
96 m_groupId = std::forward<GroupIdT>(value);
98 template <
typename GroupIdT = Aws::String>
111 template <
typename GroupVersionIdT = Aws::String>
113 m_groupVersionIdHasBeenSet =
true;
114 m_groupVersionId = std::forward<GroupVersionIdT>(value);
116 template <
typename GroupVersionIdT = Aws::String>
132 bool m_amznClientTokenHasBeenSet =
false;
133 bool m_deploymentIdHasBeenSet =
false;
134 bool m_deploymentTypeHasBeenSet =
false;
135 bool m_groupIdHasBeenSet =
false;
136 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