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 SetIngestionIdentifier(
const char* value) { m_ingestionIdentifierHasBeenSet =
true; m_ingestionIdentifier.assign(value); }
80 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
97 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
105 bool m_appBundleIdentifierHasBeenSet =
false;
108 bool m_ingestionIdentifierHasBeenSet =
false;
111 bool m_maxResultsHasBeenSet =
false;
114 bool m_nextTokenHasBeenSet =
false;
void SetNextToken(Aws::String &&value)
bool AppBundleIdentifierHasBeenSet() const
ListIngestionDestinationsRequest & WithIngestionIdentifier(const Aws::String &value)
const Aws::String & GetNextToken() const
ListIngestionDestinationsRequest & WithNextToken(Aws::String &&value)
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
ListIngestionDestinationsRequest & WithAppBundleIdentifier(const char *value)
void SetNextToken(const char *value)
ListIngestionDestinationsRequest & WithMaxResults(int value)
bool IngestionIdentifierHasBeenSet() const
ListIngestionDestinationsRequest & WithNextToken(const Aws::String &value)
const Aws::String & GetAppBundleIdentifier() const
void SetAppBundleIdentifier(const Aws::String &value)
void SetIngestionIdentifier(const char *value)
void SetNextToken(const Aws::String &value)
const Aws::String & GetIngestionIdentifier() const
ListIngestionDestinationsRequest & WithNextToken(const char *value)
ListIngestionDestinationsRequest & WithIngestionIdentifier(Aws::String &&value)
AWS_APPFABRIC_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
int GetMaxResults() const
void SetAppBundleIdentifier(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
ListIngestionDestinationsRequest & WithAppBundleIdentifier(const Aws::String &value)
ListIngestionDestinationsRequest & WithAppBundleIdentifier(Aws::String &&value)
AWS_APPFABRIC_API ListIngestionDestinationsRequest()
void SetIngestionIdentifier(Aws::String &&value)
void SetIngestionIdentifier(const Aws::String &value)
AWS_APPFABRIC_API Aws::String SerializePayload() const override
void SetAppBundleIdentifier(const char *value)
ListIngestionDestinationsRequest & WithIngestionIdentifier(const char *value)
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String