AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetPartnerAccountResult.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/model/SidewalkAccountInfoWithFingerprint.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace IoTWireless
25{
26namespace Model
27{
29 {
30 public:
31 AWS_IOTWIRELESS_API GetPartnerAccountResult();
34
35
37
40 inline const SidewalkAccountInfoWithFingerprint& GetSidewalk() const{ return m_sidewalk; }
41 inline void SetSidewalk(const SidewalkAccountInfoWithFingerprint& value) { m_sidewalk = value; }
42 inline void SetSidewalk(SidewalkAccountInfoWithFingerprint&& value) { m_sidewalk = std::move(value); }
44 inline GetPartnerAccountResult& WithSidewalk(SidewalkAccountInfoWithFingerprint&& value) { SetSidewalk(std::move(value)); return *this;}
46
48
51 inline bool GetAccountLinked() const{ return m_accountLinked; }
52 inline void SetAccountLinked(bool value) { m_accountLinked = value; }
53 inline GetPartnerAccountResult& WithAccountLinked(bool value) { SetAccountLinked(value); return *this;}
55
57
58 inline const Aws::String& GetRequestId() const{ return m_requestId; }
59 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
60 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
61 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
62 inline GetPartnerAccountResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
63 inline GetPartnerAccountResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
64 inline GetPartnerAccountResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
66 private:
67
69
70 bool m_accountLinked;
71
72 Aws::String m_requestId;
73 };
74
75} // namespace Model
76} // namespace IoTWireless
77} // namespace Aws
AWS_IOTWIRELESS_API GetPartnerAccountResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetPartnerAccountResult & WithSidewalk(const SidewalkAccountInfoWithFingerprint &value)
GetPartnerAccountResult & WithRequestId(const Aws::String &value)
GetPartnerAccountResult & WithAccountLinked(bool value)
GetPartnerAccountResult & WithRequestId(Aws::String &&value)
AWS_IOTWIRELESS_API GetPartnerAccountResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const SidewalkAccountInfoWithFingerprint & GetSidewalk() const
void SetSidewalk(SidewalkAccountInfoWithFingerprint &&value)
void SetSidewalk(const SidewalkAccountInfoWithFingerprint &value)
GetPartnerAccountResult & WithRequestId(const char *value)
GetPartnerAccountResult & WithSidewalk(SidewalkAccountInfoWithFingerprint &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue