7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
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>
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>
68 bool m_nameHasBeenSet =
false;
71 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