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>
48 inline void SetAppBundleIdentifier(
const char* value) { m_appBundleIdentifierHasBeenSet =
true; m_appBundleIdentifier.assign(value); }
68 inline void SetApp(
Aws::String&& value) { m_appHasBeenSet =
true; m_app = std::move(value); }
69 inline void SetApp(
const char* value) { m_appHasBeenSet =
true; m_app.assign(value); }
83 inline void SetTenantId(
const char* value) { m_tenantIdHasBeenSet =
true; m_tenantId.assign(value); }
118 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
141 bool m_appBundleIdentifierHasBeenSet =
false;
144 bool m_appHasBeenSet =
false;
147 bool m_tenantIdHasBeenSet =
false;
150 bool m_ingestionTypeHasBeenSet =
false;
153 bool m_clientTokenHasBeenSet =
false;
156 bool m_tagsHasBeenSet =
false;
bool TenantIdHasBeenSet() const
CreateIngestionRequest & WithTenantId(const Aws::String &value)
const Aws::String & GetTenantId() const
void SetAppBundleIdentifier(const char *value)
bool AppBundleIdentifierHasBeenSet() const
void SetTenantId(const Aws::String &value)
CreateIngestionRequest & WithClientToken(const Aws::String &value)
const IngestionType & GetIngestionType() const
CreateIngestionRequest & WithIngestionType(const IngestionType &value)
CreateIngestionRequest & WithAppBundleIdentifier(const char *value)
void SetClientToken(const Aws::String &value)
CreateIngestionRequest & AddTags(const Tag &value)
void SetTenantId(const char *value)
CreateIngestionRequest & WithTenantId(const char *value)
void SetIngestionType(IngestionType &&value)
CreateIngestionRequest & WithIngestionType(IngestionType &&value)
CreateIngestionRequest & WithApp(Aws::String &&value)
AWS_APPFABRIC_API Aws::String SerializePayload() const override
void SetTags(Aws::Vector< Tag > &&value)
void SetClientToken(const char *value)
CreateIngestionRequest & WithTenantId(Aws::String &&value)
bool AppHasBeenSet() const
void SetTenantId(Aws::String &&value)
void SetApp(Aws::String &&value)
AWS_APPFABRIC_API CreateIngestionRequest()
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool IngestionTypeHasBeenSet() const
void SetClientToken(Aws::String &&value)
CreateIngestionRequest & WithAppBundleIdentifier(const Aws::String &value)
CreateIngestionRequest & WithAppBundleIdentifier(Aws::String &&value)
CreateIngestionRequest & WithClientToken(const char *value)
const Aws::String & GetClientToken() const
CreateIngestionRequest & WithTags(const Aws::Vector< Tag > &value)
void SetIngestionType(const IngestionType &value)
void SetAppBundleIdentifier(Aws::String &&value)
CreateIngestionRequest & WithApp(const char *value)
CreateIngestionRequest & WithApp(const Aws::String &value)
void SetTags(const Aws::Vector< Tag > &value)
CreateIngestionRequest & AddTags(Tag &&value)
const Aws::String & GetAppBundleIdentifier() const
void SetApp(const char *value)
const Aws::String & GetApp() const
void SetAppBundleIdentifier(const Aws::String &value)
bool ClientTokenHasBeenSet() const
CreateIngestionRequest & WithClientToken(Aws::String &&value)
CreateIngestionRequest & WithTags(Aws::Vector< Tag > &&value)
void SetApp(const Aws::String &value)
const Aws::Vector< Tag > & GetTags() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector