7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/greengrassv2/GreengrassV2Request.h>
9#include <aws/greengrassv2/model/ComponentVisibilityScope.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
61 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
73 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
81 bool m_scopeHasBeenSet =
false;
84 bool m_maxResultsHasBeenSet =
false;
87 bool m_nextTokenHasBeenSet =
false;
const ComponentVisibilityScope & GetScope() const
void SetNextToken(const char *value)
AWS_GREENGRASSV2_API ListComponentsRequest()
bool ScopeHasBeenSet() const
ListComponentsRequest & WithNextToken(const char *value)
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
ListComponentsRequest & WithNextToken(const Aws::String &value)
int GetMaxResults() const
void SetScope(const ComponentVisibilityScope &value)
bool MaxResultsHasBeenSet() const
ListComponentsRequest & WithMaxResults(int value)
void SetScope(ComponentVisibilityScope &&value)
ListComponentsRequest & WithNextToken(Aws::String &&value)
AWS_GREENGRASSV2_API Aws::String SerializePayload() const override
void SetNextToken(const Aws::String &value)
ListComponentsRequest & WithScope(ComponentVisibilityScope &&value)
bool NextTokenHasBeenSet() const
AWS_GREENGRASSV2_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetNextToken(Aws::String &&value)
ListComponentsRequest & WithScope(const ComponentVisibilityScope &value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String