7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/appfabric/AppFabricRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 inline void SetIngestionIdentifier(
const char* value) { m_ingestionIdentifierHasBeenSet =
true; m_ingestionIdentifier.assign(value); }
59 inline void SetAppBundleIdentifier(
const char* value) { m_appBundleIdentifierHasBeenSet =
true; m_appBundleIdentifier.assign(value); }
67 bool m_ingestionIdentifierHasBeenSet =
false;
70 bool m_appBundleIdentifierHasBeenSet =
false;
void SetIngestionIdentifier(const Aws::String &value)
AWS_APPFABRIC_API Aws::String SerializePayload() const override
StopIngestionRequest & WithAppBundleIdentifier(Aws::String &&value)
AWS_APPFABRIC_API StopIngestionRequest()
void SetAppBundleIdentifier(const Aws::String &value)
void SetIngestionIdentifier(Aws::String &&value)
bool IngestionIdentifierHasBeenSet() const
StopIngestionRequest & WithAppBundleIdentifier(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
StopIngestionRequest & WithIngestionIdentifier(Aws::String &&value)
void SetIngestionIdentifier(const char *value)
StopIngestionRequest & WithAppBundleIdentifier(const char *value)
bool AppBundleIdentifierHasBeenSet() const
StopIngestionRequest & WithIngestionIdentifier(const char *value)
StopIngestionRequest & WithIngestionIdentifier(const Aws::String &value)
void SetAppBundleIdentifier(const char *value)
const Aws::String & GetIngestionIdentifier() const
void SetAppBundleIdentifier(Aws::String &&value)
const Aws::String & GetAppBundleIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String