AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
AwsSubmission.h
1
6#pragma once
7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/partnercentral-selling/model/SalesInvolvementType.h>
9#include <aws/partnercentral-selling/model/Visibility.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace PartnerCentralSelling {
21namespace Model {
22
31 public:
32 AWS_PARTNERCENTRALSELLING_API AwsSubmission() = default;
33 AWS_PARTNERCENTRALSELLING_API AwsSubmission(Aws::Utils::Json::JsonView jsonValue);
34 AWS_PARTNERCENTRALSELLING_API AwsSubmission& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
43 inline SalesInvolvementType GetInvolvementType() const { return m_involvementType; }
44 inline bool InvolvementTypeHasBeenSet() const { return m_involvementTypeHasBeenSet; }
46 m_involvementTypeHasBeenSet = true;
47 m_involvementType = value;
48 }
50 SetInvolvementType(value);
51 return *this;
52 }
54
56
61 inline Visibility GetVisibility() const { return m_visibility; }
62 inline bool VisibilityHasBeenSet() const { return m_visibilityHasBeenSet; }
63 inline void SetVisibility(Visibility value) {
64 m_visibilityHasBeenSet = true;
65 m_visibility = value;
66 }
68 SetVisibility(value);
69 return *this;
70 }
72 private:
74
75 Visibility m_visibility{Visibility::NOT_SET};
76 bool m_involvementTypeHasBeenSet = false;
77 bool m_visibilityHasBeenSet = false;
78};
79
80} // namespace Model
81} // namespace PartnerCentralSelling
82} // namespace Aws
AwsSubmission & WithVisibility(Visibility value)
void SetInvolvementType(SalesInvolvementType value)
AwsSubmission & WithInvolvementType(SalesInvolvementType value)
SalesInvolvementType GetInvolvementType() const
AWS_PARTNERCENTRALSELLING_API AwsSubmission()=default
AWS_PARTNERCENTRALSELLING_API AwsSubmission & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PARTNERCENTRALSELLING_API AwsSubmission(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue