AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
SidewalkAccountInfoWithFingerprint.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace IoTWireless
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_IOTWIRELESS_API SidewalkAccountInfoWithFingerprint() = default;
37 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetAmazonId() const { return m_amazonId; }
45 inline bool AmazonIdHasBeenSet() const { return m_amazonIdHasBeenSet; }
46 template<typename AmazonIdT = Aws::String>
47 void SetAmazonId(AmazonIdT&& value) { m_amazonIdHasBeenSet = true; m_amazonId = std::forward<AmazonIdT>(value); }
48 template<typename AmazonIdT = Aws::String>
49 SidewalkAccountInfoWithFingerprint& WithAmazonId(AmazonIdT&& value) { SetAmazonId(std::forward<AmazonIdT>(value)); return *this;}
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) { m_fingerprintHasBeenSet = true; m_fingerprint = std::forward<FingerprintT>(value); }
60 template<typename FingerprintT = Aws::String>
61 SidewalkAccountInfoWithFingerprint& WithFingerprint(FingerprintT&& value) { SetFingerprint(std::forward<FingerprintT>(value)); return *this;}
63
65
68 inline const Aws::String& GetArn() const { return m_arn; }
69 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
70 template<typename ArnT = Aws::String>
71 void SetArn(ArnT&& value) { m_arnHasBeenSet = true; m_arn = std::forward<ArnT>(value); }
72 template<typename ArnT = Aws::String>
73 SidewalkAccountInfoWithFingerprint& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
75 private:
76
77 Aws::String m_amazonId;
78 bool m_amazonIdHasBeenSet = false;
79
80 Aws::String m_fingerprint;
81 bool m_fingerprintHasBeenSet = false;
82
83 Aws::String m_arn;
84 bool m_arnHasBeenSet = false;
85 };
86
87} // namespace Model
88} // namespace IoTWireless
89} // 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