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>
42 template <
typename CreatedAtT = Aws::Utils::DateTime>
44 m_createdAtHasBeenSet =
true;
45 m_createdAt = std::forward<CreatedAtT>(value);
47 template <
typename CreatedAtT = Aws::Utils::DateTime>
60 template <
typename DomainIdT = Aws::String>
62 m_domainIdHasBeenSet =
true;
63 m_domainId = std::forward<DomainIdT>(value);
65 template <
typename DomainIdT = Aws::String>
78 template <
typename GeneratedFraudsterIdT = Aws::String>
80 m_generatedFraudsterIdHasBeenSet =
true;
81 m_generatedFraudsterId = std::forward<GeneratedFraudsterIdT>(value);
83 template <
typename GeneratedFraudsterIdT = Aws::String>
96 template <
typename WatchlistIdsT = Aws::Vector<Aws::String>>
98 m_watchlistIdsHasBeenSet =
true;
99 m_watchlistIds = std::forward<WatchlistIdsT>(value);
101 template <
typename WatchlistIdsT = Aws::Vector<Aws::String>>
106 template <
typename WatchlistIdsT = Aws::String>
108 m_watchlistIdsHasBeenSet =
true;
109 m_watchlistIds.emplace_back(std::forward<WatchlistIdsT>(value));
121 bool m_createdAtHasBeenSet =
false;
122 bool m_domainIdHasBeenSet =
false;
123 bool m_generatedFraudsterIdHasBeenSet =
false;
124 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