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>
11#include <aws/codedeploy/model/TimeRange.h>
12#include <aws/codedeploy/model/DeploymentStatus.h>
55 inline void SetApplicationName(
const char* value) { m_applicationNameHasBeenSet =
true; m_applicationName.assign(value); }
72 inline void SetDeploymentGroupName(
const char* value) { m_deploymentGroupNameHasBeenSet =
true; m_deploymentGroupName.assign(value); }
87 inline void SetExternalId(
const char* value) { m_externalIdHasBeenSet =
true; m_externalId.assign(value); }
137 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
145 bool m_applicationNameHasBeenSet =
false;
148 bool m_deploymentGroupNameHasBeenSet =
false;
151 bool m_externalIdHasBeenSet =
false;
154 bool m_includeOnlyStatusesHasBeenSet =
false;
157 bool m_createTimeRangeHasBeenSet =
false;
160 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetNextToken() const
bool IncludeOnlyStatusesHasBeenSet() const
void SetCreateTimeRange(TimeRange &&value)
ListDeploymentsRequest & WithNextToken(const Aws::String &value)
void SetDeploymentGroupName(Aws::String &&value)
bool NextTokenHasBeenSet() const
void SetApplicationName(const char *value)
bool DeploymentGroupNameHasBeenSet() const
ListDeploymentsRequest & WithNextToken(const char *value)
void SetIncludeOnlyStatuses(Aws::Vector< DeploymentStatus > &&value)
void SetNextToken(const Aws::String &value)
AWS_CODEDEPLOY_API Aws::String SerializePayload() const override
ListDeploymentsRequest & WithApplicationName(Aws::String &&value)
ListDeploymentsRequest & WithCreateTimeRange(TimeRange &&value)
void SetExternalId(const char *value)
void SetApplicationName(Aws::String &&value)
ListDeploymentsRequest & WithIncludeOnlyStatuses(const Aws::Vector< DeploymentStatus > &value)
ListDeploymentsRequest & WithApplicationName(const Aws::String &value)
ListDeploymentsRequest & WithDeploymentGroupName(Aws::String &&value)
const Aws::String & GetExternalId() const
AWS_CODEDEPLOY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ApplicationNameHasBeenSet() const
const Aws::Vector< DeploymentStatus > & GetIncludeOnlyStatuses() const
ListDeploymentsRequest & WithNextToken(Aws::String &&value)
void SetCreateTimeRange(const TimeRange &value)
ListDeploymentsRequest & WithExternalId(const char *value)
ListDeploymentsRequest & WithDeploymentGroupName(const Aws::String &value)
void SetExternalId(const Aws::String &value)
const Aws::String & GetDeploymentGroupName() const
bool CreateTimeRangeHasBeenSet() const
void SetExternalId(Aws::String &&value)
void SetNextToken(Aws::String &&value)
void SetNextToken(const char *value)
bool ExternalIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetDeploymentGroupName(const char *value)
void SetDeploymentGroupName(const Aws::String &value)
ListDeploymentsRequest & WithExternalId(Aws::String &&value)
ListDeploymentsRequest & AddIncludeOnlyStatuses(DeploymentStatus &&value)
const TimeRange & GetCreateTimeRange() const
ListDeploymentsRequest & WithExternalId(const Aws::String &value)
ListDeploymentsRequest & WithDeploymentGroupName(const char *value)
AWS_CODEDEPLOY_API ListDeploymentsRequest()
const Aws::String & GetApplicationName() const
ListDeploymentsRequest & WithIncludeOnlyStatuses(Aws::Vector< DeploymentStatus > &&value)
void SetIncludeOnlyStatuses(const Aws::Vector< DeploymentStatus > &value)
ListDeploymentsRequest & AddIncludeOnlyStatuses(const DeploymentStatus &value)
ListDeploymentsRequest & WithCreateTimeRange(const TimeRange &value)
void SetApplicationName(const Aws::String &value)
ListDeploymentsRequest & WithApplicationName(const char *value)
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