7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appfabric/model/IngestionState.h>
48 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
49 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
62 inline void SetApp(
Aws::String&& value) { m_appHasBeenSet =
true; m_app = std::move(value); }
63 inline void SetApp(
const char* value) { m_appHasBeenSet =
true; m_app.assign(value); }
77 inline void SetTenantId(
const char* value) { m_tenantIdHasBeenSet =
true; m_tenantId.assign(value); }
97 bool m_arnHasBeenSet =
false;
100 bool m_appHasBeenSet =
false;
103 bool m_tenantIdHasBeenSet =
false;
106 bool m_stateHasBeenSet =
false;
void SetArn(const Aws::String &value)
const Aws::String & GetTenantId() const
IngestionSummary & WithArn(Aws::String &&value)
IngestionSummary & WithApp(const Aws::String &value)
IngestionSummary & WithApp(Aws::String &&value)
IngestionSummary & WithState(IngestionState &&value)
AWS_APPFABRIC_API IngestionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTenantId(const Aws::String &value)
void SetApp(Aws::String &&value)
bool AppHasBeenSet() const
void SetArn(const char *value)
void SetState(const IngestionState &value)
AWS_APPFABRIC_API IngestionSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTenantId(const char *value)
IngestionSummary & WithTenantId(const char *value)
const Aws::String & GetApp() const
const IngestionState & GetState() const
IngestionSummary & WithTenantId(const Aws::String &value)
void SetApp(const char *value)
IngestionSummary & WithArn(const Aws::String &value)
bool StateHasBeenSet() const
AWS_APPFABRIC_API IngestionSummary()
IngestionSummary & WithTenantId(Aws::String &&value)
bool ArnHasBeenSet() const
const Aws::String & GetArn() const
IngestionSummary & WithArn(const char *value)
bool TenantIdHasBeenSet() const
void SetTenantId(Aws::String &&value)
IngestionSummary & WithState(const IngestionState &value)
void SetState(IngestionState &&value)
void SetArn(Aws::String &&value)
void SetApp(const Aws::String &value)
IngestionSummary & WithApp(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue