AWS SDK for C++

AWS SDK for C++ Version 1.11.867

Loading...
Searching...
No Matches
SelfManagedLatticeResource.h
1
6#pragma once
7#include <aws/agent-registry-control/AgentRegistryControl_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace AgentRegistryControl {
20namespace Model {
21
29 public:
30 AWS_AGENTREGISTRYCONTROL_API SelfManagedLatticeResource() = default;
31 AWS_AGENTREGISTRYCONTROL_API SelfManagedLatticeResource(Aws::Utils::Json::JsonView jsonValue);
32 AWS_AGENTREGISTRYCONTROL_API SelfManagedLatticeResource& operator=(Aws::Utils::Json::JsonView jsonValue);
33 AWS_AGENTREGISTRYCONTROL_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetResourceConfigurationIdentifier() const { return m_resourceConfigurationIdentifier; }
41 inline bool ResourceConfigurationIdentifierHasBeenSet() const { return m_resourceConfigurationIdentifierHasBeenSet; }
42 template <typename ResourceConfigurationIdentifierT = Aws::String>
43 void SetResourceConfigurationIdentifier(ResourceConfigurationIdentifierT&& value) {
44 m_resourceConfigurationIdentifierHasBeenSet = true;
45 m_resourceConfigurationIdentifier = std::forward<ResourceConfigurationIdentifierT>(value);
46 }
47 template <typename ResourceConfigurationIdentifierT = Aws::String>
48 SelfManagedLatticeResource& WithResourceConfigurationIdentifier(ResourceConfigurationIdentifierT&& value) {
49 SetResourceConfigurationIdentifier(std::forward<ResourceConfigurationIdentifierT>(value));
50 return *this;
51 }
53 private:
54 Aws::String m_resourceConfigurationIdentifier;
55 bool m_resourceConfigurationIdentifierHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace AgentRegistryControl
60} // namespace Aws
AWS_AGENTREGISTRYCONTROL_API SelfManagedLatticeResource(Aws::Utils::Json::JsonView jsonValue)
SelfManagedLatticeResource & WithResourceConfigurationIdentifier(ResourceConfigurationIdentifierT &&value)
AWS_AGENTREGISTRYCONTROL_API SelfManagedLatticeResource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetResourceConfigurationIdentifier(ResourceConfigurationIdentifierT &&value)
AWS_AGENTREGISTRYCONTROL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_AGENTREGISTRYCONTROL_API SelfManagedLatticeResource()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue