AWS SDK for C++

AWS SDK for C++ Version 1.11.820

Loading...
Searching...
No Matches
ServiceFunctionDeletedMetadata.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace resiliencehubv2 {
20namespace Model {
21
28 public:
29 AWS_RESILIENCEHUBV2_API ServiceFunctionDeletedMetadata() = default;
32 AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const Aws::String& GetServiceFunctionId() const { return m_serviceFunctionId; }
39 inline bool ServiceFunctionIdHasBeenSet() const { return m_serviceFunctionIdHasBeenSet; }
40 template <typename ServiceFunctionIdT = Aws::String>
41 void SetServiceFunctionId(ServiceFunctionIdT&& value) {
42 m_serviceFunctionIdHasBeenSet = true;
43 m_serviceFunctionId = std::forward<ServiceFunctionIdT>(value);
44 }
45 template <typename ServiceFunctionIdT = Aws::String>
47 SetServiceFunctionId(std::forward<ServiceFunctionIdT>(value));
48 return *this;
49 }
51
53
56 inline const Aws::String& GetServiceFunctionName() const { return m_serviceFunctionName; }
57 inline bool ServiceFunctionNameHasBeenSet() const { return m_serviceFunctionNameHasBeenSet; }
58 template <typename ServiceFunctionNameT = Aws::String>
59 void SetServiceFunctionName(ServiceFunctionNameT&& value) {
60 m_serviceFunctionNameHasBeenSet = true;
61 m_serviceFunctionName = std::forward<ServiceFunctionNameT>(value);
62 }
63 template <typename ServiceFunctionNameT = Aws::String>
65 SetServiceFunctionName(std::forward<ServiceFunctionNameT>(value));
66 return *this;
67 }
69 private:
70 Aws::String m_serviceFunctionId;
71
72 Aws::String m_serviceFunctionName;
73 bool m_serviceFunctionIdHasBeenSet = false;
74 bool m_serviceFunctionNameHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace resiliencehubv2
79} // namespace Aws
AWS_RESILIENCEHUBV2_API ServiceFunctionDeletedMetadata()=default
AWS_RESILIENCEHUBV2_API ServiceFunctionDeletedMetadata & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceFunctionDeletedMetadata & WithServiceFunctionId(ServiceFunctionIdT &&value)
AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceFunctionDeletedMetadata & WithServiceFunctionName(ServiceFunctionNameT &&value)
AWS_RESILIENCEHUBV2_API ServiceFunctionDeletedMetadata(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue