7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/appfabric/model/IngestionState.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
59 template <
typename AppT = Aws::String>
61 m_appHasBeenSet =
true;
62 m_app = std::forward<AppT>(value);
64 template <
typename AppT = Aws::String>
66 SetApp(std::forward<AppT>(value));
77 template <
typename TenantIdT = Aws::String>
79 m_tenantIdHasBeenSet =
true;
80 m_tenantId = std::forward<TenantIdT>(value);
82 template <
typename TenantIdT = Aws::String>
96 m_stateHasBeenSet =
true;
112 bool m_arnHasBeenSet =
false;
113 bool m_appHasBeenSet =
false;
114 bool m_tenantIdHasBeenSet =
false;
115 bool m_stateHasBeenSet =
false;
const Aws::String & GetTenantId() const
AWS_APPFABRIC_API IngestionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
bool AppHasBeenSet() const
AWS_APPFABRIC_API IngestionSummary()=default
void SetState(IngestionState value)
AWS_APPFABRIC_API IngestionSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetApp() const
bool StateHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::String & GetArn() const
void SetTenantId(TenantIdT &&value)
bool TenantIdHasBeenSet() const
IngestionSummary & WithState(IngestionState value)
IngestionSummary & WithTenantId(TenantIdT &&value)
IngestionState GetState() const
void SetApp(AppT &&value)
IngestionSummary & WithArn(ArnT &&value)
IngestionSummary & WithApp(AppT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue