7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/proton/ProtonRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetComponentName(
const char* value) { m_componentNameHasBeenSet =
true; m_componentName.assign(value); }
61 inline void SetEnvironmentName(
const char* value) { m_environmentNameHasBeenSet =
true; m_environmentName.assign(value); }
73 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
86 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
101 inline void SetServiceInstanceName(
const char* value) { m_serviceInstanceNameHasBeenSet =
true; m_serviceInstanceName.assign(value); }
116 inline void SetServiceName(
const char* value) { m_serviceNameHasBeenSet =
true; m_serviceName.assign(value); }
124 bool m_componentNameHasBeenSet =
false;
127 bool m_environmentNameHasBeenSet =
false;
130 bool m_maxResultsHasBeenSet =
false;
133 bool m_nextTokenHasBeenSet =
false;
136 bool m_serviceInstanceNameHasBeenSet =
false;
139 bool m_serviceNameHasBeenSet =
false;
ListDeploymentsRequest & WithEnvironmentName(const char *value)
void SetServiceInstanceName(const char *value)
AWS_PROTON_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListDeploymentsRequest & WithNextToken(Aws::String &&value)
bool ServiceNameHasBeenSet() const
const Aws::String & GetServiceName() const
const Aws::String & GetComponentName() const
void SetEnvironmentName(Aws::String &&value)
bool MaxResultsHasBeenSet() const
void SetServiceInstanceName(Aws::String &&value)
const Aws::String & GetServiceInstanceName() const
const Aws::String & GetEnvironmentName() const
bool EnvironmentNameHasBeenSet() const
void SetServiceName(const Aws::String &value)
void SetNextToken(const Aws::String &value)
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetServiceInstanceName(const Aws::String &value)
ListDeploymentsRequest & WithEnvironmentName(const Aws::String &value)
ListDeploymentsRequest & WithEnvironmentName(Aws::String &&value)
void SetComponentName(const Aws::String &value)
void SetServiceName(const char *value)
bool ServiceInstanceNameHasBeenSet() const
ListDeploymentsRequest & WithComponentName(const Aws::String &value)
ListDeploymentsRequest & WithServiceInstanceName(Aws::String &&value)
AWS_PROTON_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
ListDeploymentsRequest & WithServiceName(Aws::String &&value)
const Aws::String & GetNextToken() const
void SetComponentName(const char *value)
int GetMaxResults() const
void SetServiceName(Aws::String &&value)
AWS_PROTON_API ListDeploymentsRequest()
ListDeploymentsRequest & WithMaxResults(int value)
void SetNextToken(Aws::String &&value)
ListDeploymentsRequest & WithComponentName(const char *value)
void SetComponentName(Aws::String &&value)
void SetEnvironmentName(const char *value)
ListDeploymentsRequest & WithComponentName(Aws::String &&value)
ListDeploymentsRequest & WithServiceName(const char *value)
void SetEnvironmentName(const Aws::String &value)
bool ComponentNameHasBeenSet() const
ListDeploymentsRequest & WithNextToken(const char *value)
void SetNextToken(const char *value)
ListDeploymentsRequest & WithServiceInstanceName(const Aws::String &value)
ListDeploymentsRequest & WithNextToken(const Aws::String &value)
ListDeploymentsRequest & WithServiceInstanceName(const char *value)
ListDeploymentsRequest & WithServiceName(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String