7#include <aws/appfabric/AppFabricRequest.h>
8#include <aws/appfabric/AppFabric_EXPORTS.h>
9#include <aws/appfabric/model/IngestionType.h>
10#include <aws/appfabric/model/Tag.h>
11#include <aws/core/utils/UUID.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename AppBundleIdentifierT = Aws::String>
44 m_appBundleIdentifierHasBeenSet =
true;
45 m_appBundleIdentifier = std::forward<AppBundleIdentifierT>(value);
47 template <
typename AppBundleIdentifierT = Aws::String>
67 template <
typename AppT = Aws::String>
69 m_appHasBeenSet =
true;
70 m_app = std::forward<AppT>(value);
72 template <
typename AppT = Aws::String>
74 SetApp(std::forward<AppT>(value));
85 template <
typename TenantIdT = Aws::String>
87 m_tenantIdHasBeenSet =
true;
88 m_tenantId = std::forward<TenantIdT>(value);
90 template <
typename TenantIdT = Aws::String>
104 m_ingestionTypeHasBeenSet =
true;
105 m_ingestionType = value;
128 template <
typename ClientTokenT = Aws::String>
130 m_clientTokenHasBeenSet =
true;
131 m_clientToken = std::forward<ClientTokenT>(value);
133 template <
typename ClientTokenT = Aws::String>
147 template <
typename TagsT = Aws::Vector<Tag>>
149 m_tagsHasBeenSet =
true;
150 m_tags = std::forward<TagsT>(value);
152 template <
typename TagsT = Aws::Vector<Tag>>
154 SetTags(std::forward<TagsT>(value));
157 template <
typename TagsT = Tag>
159 m_tagsHasBeenSet =
true;
160 m_tags.emplace_back(std::forward<TagsT>(value));
176 bool m_appBundleIdentifierHasBeenSet =
false;
177 bool m_appHasBeenSet =
false;
178 bool m_tenantIdHasBeenSet =
false;
179 bool m_ingestionTypeHasBeenSet =
false;
180 bool m_clientTokenHasBeenSet =
true;
181 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