7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/codedeploy/CodeDeployRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
49 template<
typename ApplicationNameT = Aws::String>
50 void SetApplicationName(ApplicationNameT&& value) { m_applicationNameHasBeenSet =
true; m_applicationName = std::forward<ApplicationNameT>(value); }
51 template<
typename ApplicationNameT = Aws::String>
61 template<
typename DeploymentGroupNamesT = Aws::Vector<Aws::String>>
62 void SetDeploymentGroupNames(DeploymentGroupNamesT&& value) { m_deploymentGroupNamesHasBeenSet =
true; m_deploymentGroupNames = std::forward<DeploymentGroupNamesT>(value); }
63 template<
typename DeploymentGroupNamesT = Aws::Vector<Aws::String>>
65 template<
typename DeploymentGroupNamesT = Aws::String>
71 bool m_applicationNameHasBeenSet =
false;
74 bool m_deploymentGroupNamesHasBeenSet =
false;
const Aws::String & GetApplicationName() const
BatchGetDeploymentGroupsRequest & WithDeploymentGroupNames(DeploymentGroupNamesT &&value)
bool ApplicationNameHasBeenSet() const
BatchGetDeploymentGroupsRequest & WithApplicationName(ApplicationNameT &&value)
BatchGetDeploymentGroupsRequest & AddDeploymentGroupNames(DeploymentGroupNamesT &&value)
AWS_CODEDEPLOY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool DeploymentGroupNamesHasBeenSet() const
void SetDeploymentGroupNames(DeploymentGroupNamesT &&value)
AWS_CODEDEPLOY_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetApplicationName(ApplicationNameT &&value)
const Aws::Vector< Aws::String > & GetDeploymentGroupNames() const
AWS_CODEDEPLOY_API BatchGetDeploymentGroupsRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector