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>
46 inline void SetDeploymentId(
const char* value) { m_deploymentIdHasBeenSet =
true; m_deploymentId.assign(value); }
82 bool m_deploymentIdHasBeenSet =
false;
85 bool m_targetIdsHasBeenSet =
false;
void SetTargetIds(Aws::Vector< Aws::String > &&value)
bool TargetIdsHasBeenSet() const
BatchGetDeploymentTargetsRequest & AddTargetIds(const char *value)
BatchGetDeploymentTargetsRequest & AddTargetIds(Aws::String &&value)
bool DeploymentIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
BatchGetDeploymentTargetsRequest & WithDeploymentId(Aws::String &&value)
BatchGetDeploymentTargetsRequest & WithTargetIds(Aws::Vector< Aws::String > &&value)
AWS_CODEDEPLOY_API BatchGetDeploymentTargetsRequest()
AWS_CODEDEPLOY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetDeploymentId() const
void SetDeploymentId(const char *value)
void SetTargetIds(const Aws::Vector< Aws::String > &value)
void SetDeploymentId(Aws::String &&value)
void SetDeploymentId(const Aws::String &value)
BatchGetDeploymentTargetsRequest & WithDeploymentId(const char *value)
BatchGetDeploymentTargetsRequest & AddTargetIds(const Aws::String &value)
const Aws::Vector< Aws::String > & GetTargetIds() const
BatchGetDeploymentTargetsRequest & WithDeploymentId(const Aws::String &value)
BatchGetDeploymentTargetsRequest & WithTargetIds(const Aws::Vector< Aws::String > &value)
AWS_CODEDEPLOY_API Aws::String SerializePayload() const override
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