7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/IoTWireless_EXPORTS.h>
10#include <aws/iotwireless/model/SidewalkAccountInfoWithFingerprint.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace IoTWireless {
36 template <
typename S
idewalkT = S
idewalkAccountInfoWithFingerpr
int>
38 m_sidewalkHasBeenSet =
true;
39 m_sidewalk = std::forward<SidewalkT>(value);
41 template <
typename S
idewalkT = S
idewalkAccountInfoWithFingerpr
int>
54 m_accountLinkedHasBeenSet =
true;
55 m_accountLinked = value;
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
82 bool m_accountLinked{
false};
86 bool m_sidewalkHasBeenSet =
false;
87 bool m_accountLinkedHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
AWS_IOTWIRELESS_API GetPartnerAccountResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetPartnerAccountResult & WithRequestId(RequestIdT &&value)
GetPartnerAccountResult & WithAccountLinked(bool value)
AWS_IOTWIRELESS_API GetPartnerAccountResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const SidewalkAccountInfoWithFingerprint & GetSidewalk() const
AWS_IOTWIRELESS_API GetPartnerAccountResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetAccountLinked(bool value)
bool GetAccountLinked() const
void SetSidewalk(SidewalkT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetPartnerAccountResult & WithSidewalk(SidewalkT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue