7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
19namespace PartnerCentralSelling {
45 template <
typename SourceTypeT = Aws::String>
47 m_sourceTypeHasBeenSet =
true;
48 m_sourceType = std::forward<SourceTypeT>(value);
50 template <
typename SourceTypeT = Aws::String>
65 template <
typename SourceIdT = Aws::String>
67 m_sourceIdHasBeenSet =
true;
68 m_sourceId = std::forward<SourceIdT>(value);
70 template <
typename SourceIdT = Aws::String>
85 template <
typename SourceNameT = Aws::String>
87 m_sourceNameHasBeenSet =
true;
88 m_sourceName = std::forward<SourceNameT>(value);
90 template <
typename SourceNameT = Aws::String>
105 template <
typename UsecaseT = Aws::String>
107 m_usecaseHasBeenSet =
true;
108 m_usecase = std::forward<UsecaseT>(value);
110 template <
typename UsecaseT = Aws::String>
125 template <
typename ContactBusinessTitleT = Aws::String>
127 m_contactBusinessTitleHasBeenSet =
true;
128 m_contactBusinessTitle = std::forward<ContactBusinessTitleT>(value);
130 template <
typename ContactBusinessTitleT = Aws::String>
146 bool m_sourceTypeHasBeenSet =
false;
147 bool m_sourceIdHasBeenSet =
false;
148 bool m_sourceNameHasBeenSet =
false;
149 bool m_usecaseHasBeenSet =
false;
150 bool m_contactBusinessTitleHasBeenSet =
false;
LeadInvitationInteraction & WithSourceName(SourceNameT &&value)
LeadInvitationInteraction & WithContactBusinessTitle(ContactBusinessTitleT &&value)
const Aws::String & GetSourceName() const
void SetSourceName(SourceNameT &&value)
const Aws::String & GetSourceId() const
LeadInvitationInteraction & WithSourceType(SourceTypeT &&value)
LeadInvitationInteraction & WithSourceId(SourceIdT &&value)
bool SourceTypeHasBeenSet() const
const Aws::String & GetContactBusinessTitle() const
AWS_PARTNERCENTRALSELLING_API LeadInvitationInteraction(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
LeadInvitationInteraction & WithUsecase(UsecaseT &&value)
AWS_PARTNERCENTRALSELLING_API LeadInvitationInteraction & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetUsecase() const
AWS_PARTNERCENTRALSELLING_API LeadInvitationInteraction()=default
void SetSourceType(SourceTypeT &&value)
const Aws::String & GetSourceType() const
void SetContactBusinessTitle(ContactBusinessTitleT &&value)
void SetUsecase(UsecaseT &&value)
bool SourceIdHasBeenSet() const
bool ContactBusinessTitleHasBeenSet() const
void SetSourceId(SourceIdT &&value)
bool SourceNameHasBeenSet() const
bool UsecaseHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue