AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
EvaluationContext.h
1
6#pragma once
7#include <aws/config/ConfigService_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 ConfigService {
20namespace Model {
21
31 public:
32 AWS_CONFIGSERVICE_API EvaluationContext() = default;
33 AWS_CONFIGSERVICE_API EvaluationContext(Aws::Utils::Json::JsonView jsonValue);
34 AWS_CONFIGSERVICE_API EvaluationContext& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
41 inline const Aws::String& GetEvaluationContextIdentifier() const { return m_evaluationContextIdentifier; }
42 inline bool EvaluationContextIdentifierHasBeenSet() const { return m_evaluationContextIdentifierHasBeenSet; }
43 template <typename EvaluationContextIdentifierT = Aws::String>
44 void SetEvaluationContextIdentifier(EvaluationContextIdentifierT&& value) {
45 m_evaluationContextIdentifierHasBeenSet = true;
46 m_evaluationContextIdentifier = std::forward<EvaluationContextIdentifierT>(value);
47 }
48 template <typename EvaluationContextIdentifierT = Aws::String>
49 EvaluationContext& WithEvaluationContextIdentifier(EvaluationContextIdentifierT&& value) {
50 SetEvaluationContextIdentifier(std::forward<EvaluationContextIdentifierT>(value));
51 return *this;
52 }
54 private:
55 Aws::String m_evaluationContextIdentifier;
56 bool m_evaluationContextIdentifierHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace ConfigService
61} // namespace Aws
AWS_CONFIGSERVICE_API EvaluationContext()=default
const Aws::String & GetEvaluationContextIdentifier() const
AWS_CONFIGSERVICE_API EvaluationContext(Aws::Utils::Json::JsonView jsonValue)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONFIGSERVICE_API EvaluationContext & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEvaluationContextIdentifier(EvaluationContextIdentifierT &&value)
EvaluationContext & WithEvaluationContextIdentifier(EvaluationContextIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue