7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace PartnerCentralSelling
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 template<
typename CreatedAtT = Aws::Utils::DateTime>
61 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
62 template<
typename CreatedAtT = Aws::Utils::DateTime>
72 template<
typename CreatedByT = Aws::String>
73 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
74 template<
typename CreatedByT = Aws::String>
84 template<
typename IdT = Aws::String>
85 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
86 template<
typename IdT = Aws::String>
96 inline void SetMemberCount(
int value) { m_memberCountHasBeenSet =
true; m_memberCount = value; }
106 template<
typename TitleT = Aws::String>
107 void SetTitle(TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
108 template<
typename TitleT = Aws::String>
114 bool m_arnHasBeenSet =
false;
117 bool m_createdAtHasBeenSet =
false;
120 bool m_createdByHasBeenSet =
false;
123 bool m_idHasBeenSet =
false;
125 int m_memberCount{0};
126 bool m_memberCountHasBeenSet =
false;
129 bool m_titleHasBeenSet =
false;
EngagementSummary & WithId(IdT &&value)
const Aws::String & GetId() const
bool MemberCountHasBeenSet() const
bool CreatedAtHasBeenSet() const
bool TitleHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API EngagementSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMemberCount(int value)
bool CreatedByHasBeenSet() const
int GetMemberCount() const
bool ArnHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTitle() const
void SetCreatedAt(CreatedAtT &&value)
void SetTitle(TitleT &&value)
EngagementSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
EngagementSummary & WithMemberCount(int value)
AWS_PARTNERCENTRALSELLING_API EngagementSummary()=default
const Aws::String & GetCreatedBy() const
EngagementSummary & WithCreatedBy(CreatedByT &&value)
void SetArn(ArnT &&value)
void SetCreatedBy(CreatedByT &&value)
EngagementSummary & WithTitle(TitleT &&value)
AWS_PARTNERCENTRALSELLING_API EngagementSummary(Aws::Utils::Json::JsonView jsonValue)
EngagementSummary & WithArn(ArnT &&value)
const Aws::String & GetArn() const
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue