7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/appfabric/AppFabricRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/appfabric/model/IngestionType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/appfabric/model/Tag.h>
14#include <aws/core/utils/UUID.h>
46 template<
typename AppBundleIdentifierT = Aws::String>
47 void SetAppBundleIdentifier(AppBundleIdentifierT&& value) { m_appBundleIdentifierHasBeenSet =
true; m_appBundleIdentifier = std::forward<AppBundleIdentifierT>(value); }
48 template<
typename AppBundleIdentifierT = Aws::String>
65 template<
typename AppT = Aws::String>
66 void SetApp(AppT&& value) { m_appHasBeenSet =
true; m_app = std::forward<AppT>(value); }
67 template<
typename AppT = Aws::String>
77 template<
typename TenantIdT = Aws::String>
78 void SetTenantId(TenantIdT&& value) { m_tenantIdHasBeenSet =
true; m_tenantId = std::forward<TenantIdT>(value); }
79 template<
typename TenantIdT = Aws::String>
108 template<
typename ClientTokenT = Aws::String>
109 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
110 template<
typename ClientTokenT = Aws::String>
121 template<
typename TagsT = Aws::Vector<Tag>>
122 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
123 template<
typename TagsT = Aws::Vector<Tag>>
125 template<
typename TagsT = Tag>
131 bool m_appBundleIdentifierHasBeenSet =
false;
134 bool m_appHasBeenSet =
false;
137 bool m_tenantIdHasBeenSet =
false;
140 bool m_ingestionTypeHasBeenSet =
false;
143 bool m_clientTokenHasBeenSet =
true;
146 bool m_tagsHasBeenSet =
false;
bool TenantIdHasBeenSet() const
const Aws::String & GetTenantId() const
bool AppBundleIdentifierHasBeenSet() const
CreateIngestionRequest & WithAppBundleIdentifier(AppBundleIdentifierT &&value)
CreateIngestionRequest & WithIngestionType(IngestionType value)
CreateIngestionRequest & WithClientToken(ClientTokenT &&value)
void SetTenantId(TenantIdT &&value)
void SetClientToken(ClientTokenT &&value)
void SetIngestionType(IngestionType value)
void SetTags(TagsT &&value)
void SetApp(AppT &&value)
AWS_APPFABRIC_API Aws::String SerializePayload() const override
CreateIngestionRequest & AddTags(TagsT &&value)
void SetAppBundleIdentifier(AppBundleIdentifierT &&value)
IngestionType GetIngestionType() const
bool AppHasBeenSet() const
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool IngestionTypeHasBeenSet() const
CreateIngestionRequest & WithTags(TagsT &&value)
const Aws::String & GetClientToken() const
CreateIngestionRequest & WithApp(AppT &&value)
const Aws::String & GetAppBundleIdentifier() const
const Aws::String & GetApp() const
bool ClientTokenHasBeenSet() const
CreateIngestionRequest & WithTenantId(TenantIdT &&value)
const Aws::Vector< Tag > & GetTags() const
AWS_APPFABRIC_API CreateIngestionRequest()=default
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector