7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/appfabric/model/IngestionState.h>
11#include <aws/appfabric/model/IngestionType.h>
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
61 template<
typename AppBundleArnT = Aws::String>
62 void SetAppBundleArn(AppBundleArnT&& value) { m_appBundleArnHasBeenSet =
true; m_appBundleArn = std::forward<AppBundleArnT>(value); }
63 template<
typename AppBundleArnT = Aws::String>
73 template<
typename AppT = Aws::String>
74 void SetApp(AppT&& value) { m_appHasBeenSet =
true; m_app = std::forward<AppT>(value); }
75 template<
typename AppT = Aws::String>
85 template<
typename TenantIdT = Aws::String>
86 void SetTenantId(TenantIdT&& value) { m_tenantIdHasBeenSet =
true; m_tenantId = std::forward<TenantIdT>(value); }
87 template<
typename TenantIdT = Aws::String>
97 template<
typename CreatedAtT = Aws::Utils::DateTime>
98 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
99 template<
typename CreatedAtT = Aws::Utils::DateTime>
109 template<
typename UpdatedAtT = Aws::Utils::DateTime>
110 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
111 template<
typename UpdatedAtT = Aws::Utils::DateTime>
137 bool m_arnHasBeenSet =
false;
140 bool m_appBundleArnHasBeenSet =
false;
143 bool m_appHasBeenSet =
false;
146 bool m_tenantIdHasBeenSet =
false;
149 bool m_createdAtHasBeenSet =
false;
152 bool m_updatedAtHasBeenSet =
false;
155 bool m_stateHasBeenSet =
false;
158 bool m_ingestionTypeHasBeenSet =
false;
void SetAppBundleArn(AppBundleArnT &&value)
IngestionState GetState() const
bool AppHasBeenSet() const
AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const
bool IngestionTypeHasBeenSet() const
Ingestion & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetApp() const
void SetArn(ArnT &&value)
void SetIngestionType(IngestionType value)
Ingestion & WithTenantId(TenantIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool UpdatedAtHasBeenSet() const
Ingestion & WithIngestionType(IngestionType value)
bool ArnHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
void SetState(IngestionState value)
Ingestion & WithArn(ArnT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetAppBundleArn() const
void SetTenantId(TenantIdT &&value)
bool AppBundleArnHasBeenSet() const
const Aws::String & GetArn() const
void SetApp(AppT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
Ingestion & WithUpdatedAt(UpdatedAtT &&value)
Ingestion & WithAppBundleArn(AppBundleArnT &&value)
Ingestion & WithState(IngestionState value)
bool StateHasBeenSet() const
const Aws::String & GetTenantId() const
AWS_APPFABRIC_API Ingestion(Aws::Utils::Json::JsonView jsonValue)
bool TenantIdHasBeenSet() const
bool CreatedAtHasBeenSet() const
AWS_APPFABRIC_API Ingestion & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFABRIC_API Ingestion()=default
Ingestion & WithApp(AppT &&value)
IngestionType GetIngestionType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue