AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
SecurityConfigurationSummary.h
1
6#pragma once
7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace EMR
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_EMR_API SecurityConfigurationSummary() = default;
40
41
43
46 inline const Aws::String& GetName() const { return m_name; }
47 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
48 template<typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
50 template<typename NameT = Aws::String>
51 SecurityConfigurationSummary& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
53
55
58 inline const Aws::Utils::DateTime& GetCreationDateTime() const { return m_creationDateTime; }
59 inline bool CreationDateTimeHasBeenSet() const { return m_creationDateTimeHasBeenSet; }
60 template<typename CreationDateTimeT = Aws::Utils::DateTime>
61 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet = true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
62 template<typename CreationDateTimeT = Aws::Utils::DateTime>
63 SecurityConfigurationSummary& WithCreationDateTime(CreationDateTimeT&& value) { SetCreationDateTime(std::forward<CreationDateTimeT>(value)); return *this;}
65 private:
66
67 Aws::String m_name;
68 bool m_nameHasBeenSet = false;
69
70 Aws::Utils::DateTime m_creationDateTime{};
71 bool m_creationDateTimeHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace EMR
76} // namespace Aws
AWS_EMR_API SecurityConfigurationSummary(Aws::Utils::Json::JsonView jsonValue)
SecurityConfigurationSummary & WithCreationDateTime(CreationDateTimeT &&value)
SecurityConfigurationSummary & WithName(NameT &&value)
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EMR_API SecurityConfigurationSummary()=default
const Aws::Utils::DateTime & GetCreationDateTime() const
AWS_EMR_API SecurityConfigurationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue