7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/appfabric/AppFabricRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename AppBundleIdentifierT = Aws::String>
49 void SetAppBundleIdentifier(AppBundleIdentifierT&& value) { m_appBundleIdentifierHasBeenSet =
true; m_appBundleIdentifier = std::forward<AppBundleIdentifierT>(value); }
50 template<
typename AppBundleIdentifierT = Aws::String>
61 template<
typename IngestionIdentifierT = Aws::String>
62 void SetIngestionIdentifier(IngestionIdentifierT&& value) { m_ingestionIdentifierHasBeenSet =
true; m_ingestionIdentifier = std::forward<IngestionIdentifierT>(value); }
63 template<
typename IngestionIdentifierT = Aws::String>
76 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
91 template<
typename NextTokenT = Aws::String>
92 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
93 template<
typename NextTokenT = Aws::String>
99 bool m_appBundleIdentifierHasBeenSet =
false;
102 bool m_ingestionIdentifierHasBeenSet =
false;
105 bool m_maxResultsHasBeenSet =
false;
108 bool m_nextTokenHasBeenSet =
false;
bool AppBundleIdentifierHasBeenSet() const
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
ListIngestionDestinationsRequest & WithIngestionIdentifier(IngestionIdentifierT &&value)
void SetMaxResults(int value)
ListIngestionDestinationsRequest & WithAppBundleIdentifier(AppBundleIdentifierT &&value)
void SetIngestionIdentifier(IngestionIdentifierT &&value)
ListIngestionDestinationsRequest & WithMaxResults(int value)
bool IngestionIdentifierHasBeenSet() const
ListIngestionDestinationsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetAppBundleIdentifier() const
AWS_APPFABRIC_API ListIngestionDestinationsRequest()=default
const Aws::String & GetIngestionIdentifier() const
AWS_APPFABRIC_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
AWS_APPFABRIC_API Aws::String SerializePayload() const override
void SetAppBundleIdentifier(AppBundleIdentifierT &&value)
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String