7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticmapreduce/EMR_EXPORTS.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
62 m_creationDateTimeHasBeenSet =
true;
63 m_creationDateTime = std::forward<CreationDateTimeT>(value);
65 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
75 bool m_nameHasBeenSet =
false;
76 bool m_creationDateTimeHasBeenSet =
false;
void SetCreationDateTime(CreationDateTimeT &&value)
AWS_EMR_API SecurityConfigurationSummary(Aws::Utils::Json::JsonView jsonValue)
bool CreationDateTimeHasBeenSet() const
SecurityConfigurationSummary & WithCreationDateTime(CreationDateTimeT &&value)
SecurityConfigurationSummary & WithName(NameT &&value)
bool NameHasBeenSet() const
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EMR_API SecurityConfigurationSummary()=default
void SetName(NameT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
AWS_EMR_API SecurityConfigurationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue