7#include <aws/voice-id/VoiceID_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
49 template<
typename CreatedAtT = Aws::Utils::DateTime>
50 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
51 template<
typename CreatedAtT = Aws::Utils::DateTime>
61 template<
typename DomainIdT = Aws::String>
62 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
63 template<
typename DomainIdT = Aws::String>
73 template<
typename GeneratedFraudsterIdT = Aws::String>
74 void SetGeneratedFraudsterId(GeneratedFraudsterIdT&& value) { m_generatedFraudsterIdHasBeenSet =
true; m_generatedFraudsterId = std::forward<GeneratedFraudsterIdT>(value); }
75 template<
typename GeneratedFraudsterIdT = Aws::String>
85 template<
typename WatchlistIdsT = Aws::Vector<Aws::String>>
86 void SetWatchlistIds(WatchlistIdsT&& value) { m_watchlistIdsHasBeenSet =
true; m_watchlistIds = std::forward<WatchlistIdsT>(value); }
87 template<
typename WatchlistIdsT = Aws::Vector<Aws::String>>
89 template<
typename WatchlistIdsT = Aws::String>
90 FraudsterSummary&
AddWatchlistIds(WatchlistIdsT&& value) { m_watchlistIdsHasBeenSet =
true; m_watchlistIds.emplace_back(std::forward<WatchlistIdsT>(value));
return *
this; }
95 bool m_createdAtHasBeenSet =
false;
98 bool m_domainIdHasBeenSet =
false;
101 bool m_generatedFraudsterIdHasBeenSet =
false;
104 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