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>
48 template<
typename CreatedAtT = Aws::Utils::DateTime>
49 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
50 template<
typename CreatedAtT = Aws::Utils::DateTime>
60 template<
typename DomainIdT = Aws::String>
61 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
62 template<
typename DomainIdT = Aws::String>
72 template<
typename GeneratedFraudsterIdT = Aws::String>
73 void SetGeneratedFraudsterId(GeneratedFraudsterIdT&& value) { m_generatedFraudsterIdHasBeenSet =
true; m_generatedFraudsterId = std::forward<GeneratedFraudsterIdT>(value); }
74 template<
typename GeneratedFraudsterIdT = Aws::String>
84 template<
typename WatchlistIdsT = Aws::Vector<Aws::String>>
85 void SetWatchlistIds(WatchlistIdsT&& value) { m_watchlistIdsHasBeenSet =
true; m_watchlistIds = std::forward<WatchlistIdsT>(value); }
86 template<
typename WatchlistIdsT = Aws::Vector<Aws::String>>
88 template<
typename WatchlistIdsT = Aws::String>
89 Fraudster&
AddWatchlistIds(WatchlistIdsT&& value) { m_watchlistIdsHasBeenSet =
true; m_watchlistIds.emplace_back(std::forward<WatchlistIdsT>(value));
return *
this; }
94 bool m_createdAtHasBeenSet =
false;
97 bool m_domainIdHasBeenSet =
false;
100 bool m_generatedFraudsterIdHasBeenSet =
false;
103 bool m_watchlistIdsHasBeenSet =
false;
Fraudster & WithWatchlistIds(WatchlistIdsT &&value)
AWS_VOICEID_API Fraudster()=default
bool WatchlistIdsHasBeenSet() const
Fraudster & WithDomainId(DomainIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetGeneratedFraudsterId() const
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
Fraudster & AddWatchlistIds(WatchlistIdsT &&value)
void SetWatchlistIds(WatchlistIdsT &&value)
const Aws::String & GetDomainId() const
void SetGeneratedFraudsterId(GeneratedFraudsterIdT &&value)
bool GeneratedFraudsterIdHasBeenSet() const
AWS_VOICEID_API Fraudster(Aws::Utils::Json::JsonView jsonValue)
Fraudster & WithGeneratedFraudsterId(GeneratedFraudsterIdT &&value)
bool CreatedAtHasBeenSet() const
AWS_VOICEID_API Fraudster & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDomainId(DomainIdT &&value)
const Aws::Vector< Aws::String > & GetWatchlistIds() const
Fraudster & WithCreatedAt(CreatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool DomainIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue