7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
53 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
54 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
64 template<
typename CreatedByArnT = Aws::String>
65 void SetCreatedByArn(CreatedByArnT&& value) { m_createdByArnHasBeenSet =
true; m_createdByArn = std::forward<CreatedByArnT>(value); }
66 template<
typename CreatedByArnT = Aws::String>
72 bool m_creationDateTimeHasBeenSet =
false;
75 bool m_createdByArnHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue