7#include <aws/appfabric/AppFabricRequest.h>
8#include <aws/appfabric/AppFabric_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename IngestionIdentifierT = Aws::String>
40 m_ingestionIdentifierHasBeenSet =
true;
41 m_ingestionIdentifier = std::forward<IngestionIdentifierT>(value);
43 template <
typename IngestionIdentifierT = Aws::String>
57 template <
typename AppBundleIdentifierT = Aws::String>
59 m_appBundleIdentifierHasBeenSet =
true;
60 m_appBundleIdentifier = std::forward<AppBundleIdentifierT>(value);
62 template <
typename AppBundleIdentifierT = Aws::String>
70 bool m_ingestionIdentifierHasBeenSet =
false;
73 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