7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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>
58 template<
typename Fingerpr
intT = Aws::String>
59 void SetFingerprint(FingerprintT&& value) { m_fingerprintHasBeenSet =
true; m_fingerprint = std::forward<FingerprintT>(value); }
60 template<
typename Fingerpr
intT = Aws::String>
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>
78 bool m_amazonIdHasBeenSet =
false;
81 bool m_fingerprintHasBeenSet =
false;
84 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