AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
FraudsterSummary.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace VoiceID
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_VOICEID_API FraudsterSummary() = default;
38 AWS_VOICEID_API FraudsterSummary(Aws::Utils::Json::JsonView jsonValue);
40 AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
48 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
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>
52 FraudsterSummary& WithCreatedAt(CreatedAtT&& value) { SetCreatedAt(std::forward<CreatedAtT>(value)); return *this;}
54
56
59 inline const Aws::String& GetDomainId() const { return m_domainId; }
60 inline bool DomainIdHasBeenSet() const { return m_domainIdHasBeenSet; }
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>
64 FraudsterSummary& WithDomainId(DomainIdT&& value) { SetDomainId(std::forward<DomainIdT>(value)); return *this;}
66
68
71 inline const Aws::String& GetGeneratedFraudsterId() const { return m_generatedFraudsterId; }
72 inline bool GeneratedFraudsterIdHasBeenSet() const { return m_generatedFraudsterIdHasBeenSet; }
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>
76 FraudsterSummary& WithGeneratedFraudsterId(GeneratedFraudsterIdT&& value) { SetGeneratedFraudsterId(std::forward<GeneratedFraudsterIdT>(value)); return *this;}
78
80
83 inline const Aws::Vector<Aws::String>& GetWatchlistIds() const { return m_watchlistIds; }
84 inline bool WatchlistIdsHasBeenSet() const { return m_watchlistIdsHasBeenSet; }
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>>
88 FraudsterSummary& WithWatchlistIds(WatchlistIdsT&& value) { SetWatchlistIds(std::forward<WatchlistIdsT>(value)); return *this;}
89 template<typename WatchlistIdsT = Aws::String>
90 FraudsterSummary& AddWatchlistIds(WatchlistIdsT&& value) { m_watchlistIdsHasBeenSet = true; m_watchlistIds.emplace_back(std::forward<WatchlistIdsT>(value)); return *this; }
92 private:
93
94 Aws::Utils::DateTime m_createdAt{};
95 bool m_createdAtHasBeenSet = false;
96
97 Aws::String m_domainId;
98 bool m_domainIdHasBeenSet = false;
99
100 Aws::String m_generatedFraudsterId;
101 bool m_generatedFraudsterIdHasBeenSet = false;
102
103 Aws::Vector<Aws::String> m_watchlistIds;
104 bool m_watchlistIdsHasBeenSet = false;
105 };
106
107} // namespace Model
108} // namespace VoiceID
109} // namespace Aws
AWS_VOICEID_API FraudsterSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_VOICEID_API FraudsterSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetGeneratedFraudsterId() const
AWS_VOICEID_API FraudsterSummary()=default
FraudsterSummary & WithGeneratedFraudsterId(GeneratedFraudsterIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedAt(CreatedAtT &&value)
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
void SetGeneratedFraudsterId(GeneratedFraudsterIdT &&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