7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/detective/Detective_EXPORTS.h>
9#include <aws/detective/model/DatasourcePackageIngestState.h>
10#include <aws/detective/model/TimestampForCollection.h>
44 m_datasourcePackageIngestStateHasBeenSet =
true;
45 m_datasourcePackageIngestState = value;
58 return m_lastIngestStateChange;
61 template <
typename LastIngestStateChangeT = Aws::Map<DatasourcePackageIngestState, TimestampForCollection>>
63 m_lastIngestStateChangeHasBeenSet =
true;
64 m_lastIngestStateChange = std::forward<LastIngestStateChangeT>(value);
66 template <
typename LastIngestStateChangeT = Aws::Map<DatasourcePackageIngestState, TimestampForCollection>>
72 m_lastIngestStateChangeHasBeenSet =
true;
73 m_lastIngestStateChange.emplace(key, value);
81 bool m_datasourcePackageIngestStateHasBeenSet =
false;
82 bool m_lastIngestStateChangeHasBeenSet =
false;
DatasourcePackageIngestDetail & WithDatasourcePackageIngestState(DatasourcePackageIngestState value)
const Aws::Map< DatasourcePackageIngestState, TimestampForCollection > & GetLastIngestStateChange() const
AWS_DETECTIVE_API DatasourcePackageIngestDetail()=default
void SetLastIngestStateChange(LastIngestStateChangeT &&value)
bool LastIngestStateChangeHasBeenSet() const
DatasourcePackageIngestDetail & WithLastIngestStateChange(LastIngestStateChangeT &&value)
AWS_DETECTIVE_API DatasourcePackageIngestDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DETECTIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DETECTIVE_API DatasourcePackageIngestDetail(Aws::Utils::Json::JsonView jsonValue)
void SetDatasourcePackageIngestState(DatasourcePackageIngestState value)
DatasourcePackageIngestState GetDatasourcePackageIngestState() const
bool DatasourcePackageIngestStateHasBeenSet() const
DatasourcePackageIngestDetail & AddLastIngestStateChange(DatasourcePackageIngestState key, TimestampForCollection value)
DatasourcePackageIngestState
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue