7#include <aws/appconfig/AppConfigRequest.h>
8#include <aws/appconfig/AppConfig_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename ApplicationIdT = Aws::String>
44 m_applicationIdHasBeenSet =
true;
45 m_applicationId = std::forward<ApplicationIdT>(value);
47 template <
typename ApplicationIdT = Aws::String>
60 template <
typename EnvironmentIdT = Aws::String>
62 m_environmentIdHasBeenSet =
true;
63 m_environmentId = std::forward<EnvironmentIdT>(value);
65 template <
typename EnvironmentIdT = Aws::String>
82 m_maxResultsHasBeenSet =
true;
99 template <
typename NextTokenT = Aws::String>
101 m_nextTokenHasBeenSet =
true;
102 m_nextToken = std::forward<NextTokenT>(value);
104 template <
typename NextTokenT = Aws::String>
118 bool m_applicationIdHasBeenSet =
false;
119 bool m_environmentIdHasBeenSet =
false;
120 bool m_maxResultsHasBeenSet =
false;
121 bool m_nextTokenHasBeenSet =
false;
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
bool EnvironmentIdHasBeenSet() const
ListDeploymentsRequest & WithEnvironmentId(EnvironmentIdT &&value)
ListDeploymentsRequest & WithMaxResults(int value)
void SetEnvironmentId(EnvironmentIdT &&value)
AWS_APPCONFIG_API Aws::String SerializePayload() const override
void SetApplicationId(ApplicationIdT &&value)
const Aws::String & GetApplicationId() const
ListDeploymentsRequest & WithApplicationId(ApplicationIdT &&value)
void SetNextToken(NextTokenT &&value)
void SetMaxResults(int value)
const Aws::String & GetEnvironmentId() const
AWS_APPCONFIG_API ListDeploymentsRequest()=default
ListDeploymentsRequest & WithNextToken(NextTokenT &&value)
AWS_APPCONFIG_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool ApplicationIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String