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>
68 template<
typename IngestionDestinationIdentifierT = Aws::String>
69 void SetIngestionDestinationIdentifier(IngestionDestinationIdentifierT&& value) { m_ingestionDestinationIdentifierHasBeenSet =
true; m_ingestionDestinationIdentifier = std::forward<IngestionDestinationIdentifierT>(value); }
70 template<
typename IngestionDestinationIdentifierT = Aws::String>
76 bool m_appBundleIdentifierHasBeenSet =
false;
79 bool m_ingestionIdentifierHasBeenSet =
false;
82 bool m_ingestionDestinationIdentifierHasBeenSet =
false;
GetIngestionDestinationRequest & WithAppBundleIdentifier(AppBundleIdentifierT &&value)
bool AppBundleIdentifierHasBeenSet() const
void SetAppBundleIdentifier(AppBundleIdentifierT &&value)
AWS_APPFABRIC_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
AWS_APPFABRIC_API GetIngestionDestinationRequest()=default
const Aws::String & GetIngestionDestinationIdentifier() const
const Aws::String & GetAppBundleIdentifier() const
GetIngestionDestinationRequest & WithIngestionIdentifier(IngestionIdentifierT &&value)
const Aws::String & GetIngestionIdentifier() const
void SetIngestionIdentifier(IngestionIdentifierT &&value)
void SetIngestionDestinationIdentifier(IngestionDestinationIdentifierT &&value)
bool IngestionDestinationIdentifierHasBeenSet() const
GetIngestionDestinationRequest & WithIngestionDestinationIdentifier(IngestionDestinationIdentifierT &&value)
bool IngestionIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String