87 inline void SetApplicationName(
const char* value) { m_applicationNameHasBeenSet =
true; m_applicationName.assign(value); }
155 inline void SetDeploymentGroupName(
const char* value) { m_deploymentGroupNameHasBeenSet =
true; m_deploymentGroupName.assign(value); }
210 inline void SetExternalId(
const char* value) { m_externalIdHasBeenSet =
true; m_externalId.assign(value); }
401 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
424 bool m_applicationNameHasBeenSet =
false;
427 bool m_deploymentGroupNameHasBeenSet =
false;
430 bool m_externalIdHasBeenSet =
false;
433 bool m_includeOnlyStatusesHasBeenSet =
false;
436 bool m_createTimeRangeHasBeenSet =
false;
439 bool m_nextTokenHasBeenSet =
false;
#define AWS_CODEDEPLOY_API
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