7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/voice-id/VoiceID_EXPORTS.h>
43 template <
typename CreatedAtT = Aws::Utils::DateTime>
45 m_createdAtHasBeenSet =
true;
46 m_createdAt = std::forward<CreatedAtT>(value);
48 template <
typename CreatedAtT = Aws::Utils::DateTime>
61 template <
typename DomainIdT = Aws::String>
63 m_domainIdHasBeenSet =
true;
64 m_domainId = std::forward<DomainIdT>(value);
66 template <
typename DomainIdT = Aws::String>
79 template <
typename GeneratedFraudsterIdT = Aws::String>
81 m_generatedFraudsterIdHasBeenSet =
true;
82 m_generatedFraudsterId = std::forward<GeneratedFraudsterIdT>(value);
84 template <
typename GeneratedFraudsterIdT = Aws::String>
97 template <
typename WatchlistIdsT = Aws::Vector<Aws::String>>
99 m_watchlistIdsHasBeenSet =
true;
100 m_watchlistIds = std::forward<WatchlistIdsT>(value);
102 template <
typename WatchlistIdsT = Aws::Vector<Aws::String>>
107 template <
typename WatchlistIdsT = Aws::String>
109 m_watchlistIdsHasBeenSet =
true;
110 m_watchlistIds.emplace_back(std::forward<WatchlistIdsT>(value));
122 bool m_createdAtHasBeenSet =
false;
123 bool m_domainIdHasBeenSet =
false;
124 bool m_generatedFraudsterIdHasBeenSet =
false;
125 bool m_watchlistIdsHasBeenSet =
false;
AWS_VOICEID_API FraudsterSummary(Aws::Utils::Json::JsonView jsonValue)
bool GeneratedFraudsterIdHasBeenSet() const
AWS_VOICEID_API FraudsterSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool WatchlistIdsHasBeenSet() const
const Aws::String & GetGeneratedFraudsterId() const
AWS_VOICEID_API FraudsterSummary()=default
FraudsterSummary & WithGeneratedFraudsterId(GeneratedFraudsterIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedAt(CreatedAtT &&value)
bool DomainIdHasBeenSet() const
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
FraudsterSummary & WithDomainId(DomainIdT &&value)
void SetWatchlistIds(WatchlistIdsT &&value)
FraudsterSummary & AddWatchlistIds(WatchlistIdsT &&value)
const Aws::Vector< Aws::String > & GetWatchlistIds() const
bool CreatedAtHasBeenSet() const
void SetGeneratedFraudsterId(GeneratedFraudsterIdT &&value)
void SetDomainId(DomainIdT &&value)
const Aws::String & GetDomainId() const
FraudsterSummary & WithCreatedAt(CreatedAtT &&value)
FraudsterSummary & WithWatchlistIds(WatchlistIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue