AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
SidewalkAccountInfoWithFingerprint.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotwireless/IoTWireless_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace IoTWireless {
20namespace Model {
21
28 public:
29 AWS_IOTWIRELESS_API SidewalkAccountInfoWithFingerprint() = default;
32 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const Aws::String& GetAmazonId() const { return m_amazonId; }
39 inline bool AmazonIdHasBeenSet() const { return m_amazonIdHasBeenSet; }
40 template <typename AmazonIdT = Aws::String>
41 void SetAmazonId(AmazonIdT&& value) {
42 m_amazonIdHasBeenSet = true;
43 m_amazonId = std::forward<AmazonIdT>(value);
44 }
45 template <typename AmazonIdT = Aws::String>
47 SetAmazonId(std::forward<AmazonIdT>(value));
48 return *this;
49 }
51
53
56 inline const Aws::String& GetFingerprint() const { return m_fingerprint; }
57 inline bool FingerprintHasBeenSet() const { return m_fingerprintHasBeenSet; }
58 template <typename FingerprintT = Aws::String>
59 void SetFingerprint(FingerprintT&& value) {
60 m_fingerprintHasBeenSet = true;
61 m_fingerprint = std::forward<FingerprintT>(value);
62 }
63 template <typename FingerprintT = Aws::String>
65 SetFingerprint(std::forward<FingerprintT>(value));
66 return *this;
67 }
69
71
74 inline const Aws::String& GetArn() const { return m_arn; }
75 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
76 template <typename ArnT = Aws::String>
77 void SetArn(ArnT&& value) {
78 m_arnHasBeenSet = true;
79 m_arn = std::forward<ArnT>(value);
80 }
81 template <typename ArnT = Aws::String>
83 SetArn(std::forward<ArnT>(value));
84 return *this;
85 }
87 private:
88 Aws::String m_amazonId;
89
90 Aws::String m_fingerprint;
91
92 Aws::String m_arn;
93 bool m_amazonIdHasBeenSet = false;
94 bool m_fingerprintHasBeenSet = false;
95 bool m_arnHasBeenSet = false;
96};
97
98} // namespace Model
99} // namespace IoTWireless
100} // namespace Aws
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
SidewalkAccountInfoWithFingerprint & WithFingerprint(FingerprintT &&value)
SidewalkAccountInfoWithFingerprint & WithAmazonId(AmazonIdT &&value)
AWS_IOTWIRELESS_API SidewalkAccountInfoWithFingerprint(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API SidewalkAccountInfoWithFingerprint & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API SidewalkAccountInfoWithFingerprint()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue