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 AppBundleIdentifierT = Aws::String>
43 void SetAppBundleIdentifier(AppBundleIdentifierT&& value) { m_appBundleIdentifierHasBeenSet =
true; m_appBundleIdentifier = std::forward<AppBundleIdentifierT>(value); }
44 template<
typename AppBundleIdentifierT = Aws::String>
55 template<
typename IngestionIdentifierT = Aws::String>
56 void SetIngestionIdentifier(IngestionIdentifierT&& value) { m_ingestionIdentifierHasBeenSet =
true; m_ingestionIdentifier = std::forward<IngestionIdentifierT>(value); }
57 template<
typename IngestionIdentifierT = Aws::String>
63 bool m_appBundleIdentifierHasBeenSet =
false;
66 bool m_ingestionIdentifierHasBeenSet =
false;
bool AppBundleIdentifierHasBeenSet() const
void SetIngestionIdentifier(IngestionIdentifierT &&value)
AWS_APPFABRIC_API Aws::String SerializePayload() const override
const Aws::String & GetIngestionIdentifier() const
const Aws::String & GetAppBundleIdentifier() const
AWS_APPFABRIC_API GetIngestionRequest()=default
bool IngestionIdentifierHasBeenSet() const
void SetAppBundleIdentifier(AppBundleIdentifierT &&value)
GetIngestionRequest & WithAppBundleIdentifier(AppBundleIdentifierT &&value)
GetIngestionRequest & WithIngestionIdentifier(IngestionIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String