7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/appconfig/AppConfigRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetApplicationId(
const char* value) { m_applicationIdHasBeenSet =
true; m_applicationId.assign(value); }
63 inline void SetEnvironmentId(
const char* value) { m_environmentIdHasBeenSet =
true; m_environmentId.assign(value); }
78 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
92 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
100 bool m_applicationIdHasBeenSet =
false;
103 bool m_environmentIdHasBeenSet =
false;
106 bool m_maxResultsHasBeenSet =
false;
109 bool m_nextTokenHasBeenSet =
false;
void SetNextToken(Aws::String &&value)
void SetNextToken(const char *value)
void SetApplicationId(const char *value)
int GetMaxResults() const
ListDeploymentsRequest & WithApplicationId(const char *value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
ListDeploymentsRequest & WithEnvironmentId(const char *value)
void SetEnvironmentId(const char *value)
bool EnvironmentIdHasBeenSet() const
ListDeploymentsRequest & WithNextToken(const Aws::String &value)
ListDeploymentsRequest & WithMaxResults(int value)
ListDeploymentsRequest & WithApplicationId(const Aws::String &value)
AWS_APPCONFIG_API Aws::String SerializePayload() const override
ListDeploymentsRequest & WithNextToken(const char *value)
const Aws::String & GetApplicationId() const
ListDeploymentsRequest & WithApplicationId(Aws::String &&value)
void SetEnvironmentId(Aws::String &&value)
void SetMaxResults(int value)
void SetNextToken(const Aws::String &value)
ListDeploymentsRequest & WithNextToken(Aws::String &&value)
void SetApplicationId(Aws::String &&value)
const Aws::String & GetEnvironmentId() const
void SetApplicationId(const Aws::String &value)
AWS_APPCONFIG_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListDeploymentsRequest & WithEnvironmentId(const Aws::String &value)
ListDeploymentsRequest & WithEnvironmentId(Aws::String &&value)
bool ApplicationIdHasBeenSet() const
AWS_APPCONFIG_API ListDeploymentsRequest()
void SetEnvironmentId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String