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 AppBundleIdentifierT = Aws::String>
40 m_appBundleIdentifierHasBeenSet =
true;
41 m_appBundleIdentifier = std::forward<AppBundleIdentifierT>(value);
43 template <
typename AppBundleIdentifierT = Aws::String>
57 template <
typename IngestionIdentifierT = Aws::String>
59 m_ingestionIdentifierHasBeenSet =
true;
60 m_ingestionIdentifier = std::forward<IngestionIdentifierT>(value);
62 template <
typename IngestionIdentifierT = Aws::String>
76 template <
typename IngestionDestinationIdentifierT = Aws::String>
78 m_ingestionDestinationIdentifierHasBeenSet =
true;
79 m_ingestionDestinationIdentifier = std::forward<IngestionDestinationIdentifierT>(value);
81 template <
typename IngestionDestinationIdentifierT = Aws::String>
93 bool m_appBundleIdentifierHasBeenSet =
false;
94 bool m_ingestionIdentifierHasBeenSet =
false;
95 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