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 SetAppBundleIdentifier(
const char* value) { m_appBundleIdentifierHasBeenSet =
true; m_appBundleIdentifier.assign(value); }
59 inline void SetIngestionIdentifier(
const char* value) { m_ingestionIdentifierHasBeenSet =
true; m_ingestionIdentifier.assign(value); }
67 bool m_appBundleIdentifierHasBeenSet =
false;
70 bool m_ingestionIdentifierHasBeenSet =
false;
GetIngestionRequest & WithAppBundleIdentifier(const Aws::String &value)
bool AppBundleIdentifierHasBeenSet() const
GetIngestionRequest & WithIngestionIdentifier(Aws::String &&value)
AWS_APPFABRIC_API Aws::String SerializePayload() const override
GetIngestionRequest & WithAppBundleIdentifier(Aws::String &&value)
void SetAppBundleIdentifier(const char *value)
const Aws::String & GetIngestionIdentifier() const
GetIngestionRequest & WithAppBundleIdentifier(const char *value)
const Aws::String & GetAppBundleIdentifier() const
void SetAppBundleIdentifier(const Aws::String &value)
bool IngestionIdentifierHasBeenSet() const
void SetIngestionIdentifier(const char *value)
GetIngestionRequest & WithIngestionIdentifier(const Aws::String &value)
void SetAppBundleIdentifier(Aws::String &&value)
void SetIngestionIdentifier(const Aws::String &value)
void SetIngestionIdentifier(Aws::String &&value)
AWS_APPFABRIC_API GetIngestionRequest()
virtual const char * GetServiceRequestName() const override
GetIngestionRequest & WithIngestionIdentifier(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String