AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
OwnerIdentifier.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/managedblockchain-query/ManagedBlockchainQuery_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ManagedBlockchainQuery {
20namespace Model {
21
28 public:
29 AWS_MANAGEDBLOCKCHAINQUERY_API OwnerIdentifier() = default;
30 AWS_MANAGEDBLOCKCHAINQUERY_API OwnerIdentifier(Aws::Utils::Json::JsonView jsonValue);
31 AWS_MANAGEDBLOCKCHAINQUERY_API OwnerIdentifier& operator=(Aws::Utils::Json::JsonView jsonValue);
32 AWS_MANAGEDBLOCKCHAINQUERY_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const Aws::String& GetAddress() const { return m_address; }
39 inline bool AddressHasBeenSet() const { return m_addressHasBeenSet; }
40 template <typename AddressT = Aws::String>
41 void SetAddress(AddressT&& value) {
42 m_addressHasBeenSet = true;
43 m_address = std::forward<AddressT>(value);
44 }
45 template <typename AddressT = Aws::String>
46 OwnerIdentifier& WithAddress(AddressT&& value) {
47 SetAddress(std::forward<AddressT>(value));
48 return *this;
49 }
51 private:
52 Aws::String m_address;
53 bool m_addressHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace ManagedBlockchainQuery
58} // namespace Aws
AWS_MANAGEDBLOCKCHAINQUERY_API OwnerIdentifier()=default
AWS_MANAGEDBLOCKCHAINQUERY_API OwnerIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
OwnerIdentifier & WithAddress(AddressT &&value)
AWS_MANAGEDBLOCKCHAINQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MANAGEDBLOCKCHAINQUERY_API OwnerIdentifier(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue