7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/appfabric/AppFabricRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetAppBundleIdentifier(
const char* value) { m_appBundleIdentifierHasBeenSet =
true; m_appBundleIdentifier.assign(value); }
65 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
82 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
90 bool m_appBundleIdentifierHasBeenSet =
false;
93 bool m_maxResultsHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
AWS_APPFABRIC_API Aws::String SerializePayload() const override
int GetMaxResults() const
const Aws::String & GetAppBundleIdentifier() const
bool NextTokenHasBeenSet() const
ListIngestionsRequest & WithAppBundleIdentifier(const char *value)
ListIngestionsRequest & WithNextToken(const Aws::String &value)
void SetAppBundleIdentifier(const Aws::String &value)
const Aws::String & GetNextToken() const
void SetAppBundleIdentifier(Aws::String &&value)
AWS_APPFABRIC_API ListIngestionsRequest()
void SetAppBundleIdentifier(const char *value)
bool AppBundleIdentifierHasBeenSet() const
ListIngestionsRequest & WithAppBundleIdentifier(const Aws::String &value)
void SetMaxResults(int value)
ListIngestionsRequest & WithMaxResults(int value)
ListIngestionsRequest & WithNextToken(const char *value)
ListIngestionsRequest & WithNextToken(Aws::String &&value)
ListIngestionsRequest & WithAppBundleIdentifier(Aws::String &&value)
void SetNextToken(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
AWS_APPFABRIC_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetNextToken(Aws::String &&value)
void SetNextToken(const char *value)
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String