7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/appfabric/AppFabricRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename IngestionIdentifierT = Aws::String>
43 void SetIngestionIdentifier(IngestionIdentifierT&& value) { m_ingestionIdentifierHasBeenSet =
true; m_ingestionIdentifier = std::forward<IngestionIdentifierT>(value); }
44 template<
typename IngestionIdentifierT = Aws::String>
55 template<
typename AppBundleIdentifierT = Aws::String>
56 void SetAppBundleIdentifier(AppBundleIdentifierT&& value) { m_appBundleIdentifierHasBeenSet =
true; m_appBundleIdentifier = std::forward<AppBundleIdentifierT>(value); }
57 template<
typename AppBundleIdentifierT = Aws::String>
63 bool m_ingestionIdentifierHasBeenSet =
false;
66 bool m_appBundleIdentifierHasBeenSet =
false;
AWS_APPFABRIC_API Aws::String SerializePayload() const override
void SetAppBundleIdentifier(AppBundleIdentifierT &&value)
void SetIngestionIdentifier(IngestionIdentifierT &&value)
const Aws::String & GetIngestionIdentifier() const
virtual const char * GetServiceRequestName() const override
AWS_APPFABRIC_API StartIngestionRequest()=default
bool IngestionIdentifierHasBeenSet() const
StartIngestionRequest & WithIngestionIdentifier(IngestionIdentifierT &&value)
StartIngestionRequest & WithAppBundleIdentifier(AppBundleIdentifierT &&value)
const Aws::String & GetAppBundleIdentifier() const
bool AppBundleIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String