7#include <aws/appfabric/AppFabricRequest.h>
8#include <aws/appfabric/AppFabric_EXPORTS.h>
9#include <aws/appfabric/model/DestinationConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename AppBundleIdentifierT = Aws::String>
41 m_appBundleIdentifierHasBeenSet =
true;
42 m_appBundleIdentifier = std::forward<AppBundleIdentifierT>(value);
44 template <
typename AppBundleIdentifierT = Aws::String>
58 template <
typename IngestionIdentifierT = Aws::String>
60 m_ingestionIdentifierHasBeenSet =
true;
61 m_ingestionIdentifier = std::forward<IngestionIdentifierT>(value);
63 template <
typename IngestionIdentifierT = Aws::String>
77 template <
typename IngestionDestinationIdentifierT = Aws::String>
79 m_ingestionDestinationIdentifierHasBeenSet =
true;
80 m_ingestionDestinationIdentifier = std::forward<IngestionDestinationIdentifierT>(value);
82 template <
typename IngestionDestinationIdentifierT = Aws::String>
95 template <
typename DestinationConfigurationT = DestinationConfiguration>
97 m_destinationConfigurationHasBeenSet =
true;
98 m_destinationConfiguration = std::forward<DestinationConfigurationT>(value);
100 template <
typename DestinationConfigurationT = DestinationConfiguration>
114 bool m_appBundleIdentifierHasBeenSet =
false;
115 bool m_ingestionIdentifierHasBeenSet =
false;
116 bool m_ingestionDestinationIdentifierHasBeenSet =
false;
117 bool m_destinationConfigurationHasBeenSet =
false;
AWS_APPFABRIC_API UpdateIngestionDestinationRequest()=default
void SetAppBundleIdentifier(AppBundleIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetIngestionDestinationIdentifier(IngestionDestinationIdentifierT &&value)
UpdateIngestionDestinationRequest & WithIngestionDestinationIdentifier(IngestionDestinationIdentifierT &&value)
bool AppBundleIdentifierHasBeenSet() const
const Aws::String & GetIngestionDestinationIdentifier() const
const Aws::String & GetIngestionIdentifier() const
const Aws::String & GetAppBundleIdentifier() const
AWS_APPFABRIC_API Aws::String SerializePayload() const override
bool IngestionDestinationIdentifierHasBeenSet() const
UpdateIngestionDestinationRequest & WithDestinationConfiguration(DestinationConfigurationT &&value)
void SetIngestionIdentifier(IngestionIdentifierT &&value)
UpdateIngestionDestinationRequest & WithAppBundleIdentifier(AppBundleIdentifierT &&value)
void SetDestinationConfiguration(DestinationConfigurationT &&value)
bool IngestionIdentifierHasBeenSet() const
const DestinationConfiguration & GetDestinationConfiguration() const
UpdateIngestionDestinationRequest & WithIngestionIdentifier(IngestionIdentifierT &&value)
bool DestinationConfigurationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String