7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotwireless/IoTWireless_EXPORTS.h>
19namespace IoTWireless {
40 template <
typename AmazonIdT = Aws::String>
42 m_amazonIdHasBeenSet =
true;
43 m_amazonId = std::forward<AmazonIdT>(value);
45 template <
typename AmazonIdT = Aws::String>
58 template <
typename Fingerpr
intT = Aws::String>
60 m_fingerprintHasBeenSet =
true;
61 m_fingerprint = std::forward<FingerprintT>(value);
63 template <
typename Fingerpr
intT = Aws::String>
76 template <
typename ArnT = Aws::String>
78 m_arnHasBeenSet =
true;
79 m_arn = std::forward<ArnT>(value);
81 template <
typename ArnT = Aws::String>
83 SetArn(std::forward<ArnT>(value));
93 bool m_amazonIdHasBeenSet =
false;
94 bool m_fingerprintHasBeenSet =
false;
95 bool m_arnHasBeenSet =
false;
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
bool AmazonIdHasBeenSet() const
void SetFingerprint(FingerprintT &&value)
SidewalkAccountInfoWithFingerprint & WithFingerprint(FingerprintT &&value)
SidewalkAccountInfoWithFingerprint & WithAmazonId(AmazonIdT &&value)
AWS_IOTWIRELESS_API SidewalkAccountInfoWithFingerprint(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAmazonId() const
AWS_IOTWIRELESS_API SidewalkAccountInfoWithFingerprint & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FingerprintHasBeenSet() const
void SetAmazonId(AmazonIdT &&value)
const Aws::String & GetFingerprint() const
SidewalkAccountInfoWithFingerprint & WithArn(ArnT &&value)
bool ArnHasBeenSet() const
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
AWS_IOTWIRELESS_API SidewalkAccountInfoWithFingerprint()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue