AWS SDK for C++

AWS SDK for C++ Version 1.11.830

Loading...
Searching...
No Matches
ProspectingResult.h
1
6#pragma once
7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/partnercentral-selling/model/ProspectingResultAws.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace PartnerCentralSelling {
20namespace Model {
21
30 public:
31 AWS_PARTNERCENTRALSELLING_API ProspectingResult() = default;
32 AWS_PARTNERCENTRALSELLING_API ProspectingResult(Aws::Utils::Json::JsonView jsonValue);
33 AWS_PARTNERCENTRALSELLING_API ProspectingResult& operator=(Aws::Utils::Json::JsonView jsonValue);
34 AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
42 inline const ProspectingResultAws& GetAws() const { return m_aws; }
43 inline bool AwsHasBeenSet() const { return m_awsHasBeenSet; }
44 template <typename AwsT = ProspectingResultAws>
45 void SetAws(AwsT&& value) {
46 m_awsHasBeenSet = true;
47 m_aws = std::forward<AwsT>(value);
48 }
49 template <typename AwsT = ProspectingResultAws>
50 ProspectingResult& WithAws(AwsT&& value) {
51 SetAws(std::forward<AwsT>(value));
52 return *this;
53 }
55 private:
57 bool m_awsHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace PartnerCentralSelling
62} // namespace Aws
AWS_PARTNERCENTRALSELLING_API ProspectingResult & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PARTNERCENTRALSELLING_API ProspectingResult()=default
AWS_PARTNERCENTRALSELLING_API ProspectingResult(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue