7#include <aws/appfabric/AppFabricRequest.h>
8#include <aws/appfabric/AppFabric_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename AppBundleIdentifierT = Aws::String>
45 m_appBundleIdentifierHasBeenSet =
true;
46 m_appBundleIdentifier = std::forward<AppBundleIdentifierT>(value);
48 template <
typename AppBundleIdentifierT = Aws::String>
65 m_maxResultsHasBeenSet =
true;
85 template <
typename NextTokenT = Aws::String>
87 m_nextTokenHasBeenSet =
true;
88 m_nextToken = std::forward<NextTokenT>(value);
90 template <
typename NextTokenT = Aws::String>
102 bool m_appBundleIdentifierHasBeenSet =
false;
103 bool m_maxResultsHasBeenSet =
false;
104 bool m_nextTokenHasBeenSet =
false;
AWS_APPFABRIC_API Aws::String SerializePayload() const override
int GetMaxResults() const
const Aws::String & GetAppBundleIdentifier() const
bool NextTokenHasBeenSet() const
ListIngestionsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
ListIngestionsRequest & WithAppBundleIdentifier(AppBundleIdentifierT &&value)
void SetAppBundleIdentifier(AppBundleIdentifierT &&value)
bool AppBundleIdentifierHasBeenSet() const
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
ListIngestionsRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
AWS_APPFABRIC_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_APPFABRIC_API ListIngestionsRequest()=default
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String