AWS SDK for C++

AWS SDK for C++ Version 1.11.763

Loading...
Searching...
No Matches
SuccessfulProfileOutboundRequest.h
1
6#pragma once
7#include <aws/connectcampaignsv2/ConnectCampaignsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ConnectCampaignsV2 {
20namespace Model {
21
28 public:
29 AWS_CONNECTCAMPAIGNSV2_API SuccessfulProfileOutboundRequest() = default;
30 AWS_CONNECTCAMPAIGNSV2_API SuccessfulProfileOutboundRequest(Aws::Utils::Json::JsonView jsonValue);
32 AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
36 inline const Aws::String& GetClientToken() const { return m_clientToken; }
37 inline bool ClientTokenHasBeenSet() const { return m_clientTokenHasBeenSet; }
38 template <typename ClientTokenT = Aws::String>
39 void SetClientToken(ClientTokenT&& value) {
40 m_clientTokenHasBeenSet = true;
41 m_clientToken = std::forward<ClientTokenT>(value);
42 }
43 template <typename ClientTokenT = Aws::String>
45 SetClientToken(std::forward<ClientTokenT>(value));
46 return *this;
47 }
49
51
52 inline const Aws::String& GetId() const { return m_id; }
53 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
54 template <typename IdT = Aws::String>
55 void SetId(IdT&& value) {
56 m_idHasBeenSet = true;
57 m_id = std::forward<IdT>(value);
58 }
59 template <typename IdT = Aws::String>
61 SetId(std::forward<IdT>(value));
62 return *this;
63 }
65 private:
66 Aws::String m_clientToken;
67
68 Aws::String m_id;
69 bool m_clientTokenHasBeenSet = false;
70 bool m_idHasBeenSet = false;
71};
72
73} // namespace Model
74} // namespace ConnectCampaignsV2
75} // namespace Aws
AWS_CONNECTCAMPAIGNSV2_API SuccessfulProfileOutboundRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTCAMPAIGNSV2_API SuccessfulProfileOutboundRequest(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTCAMPAIGNSV2_API SuccessfulProfileOutboundRequest()=default
SuccessfulProfileOutboundRequest & WithClientToken(ClientTokenT &&value)
AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue