7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename NameT = Aws::String>
42 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
43 template<
typename NameT = Aws::String>
52 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
53 void SetCreatedTimestamp(CreatedTimestampT&& value) { m_createdTimestampHasBeenSet =
true; m_createdTimestamp = std::forward<CreatedTimestampT>(value); }
54 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_nameHasBeenSet =
false;
72 bool m_createdTimestampHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetName() const
void SetRequestId(RequestIdT &&value)
void SetCreatedTimestamp(CreatedTimestampT &&value)
AWS_GLUE_API CreateSecurityConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
const Aws::String & GetRequestId() const
CreateSecurityConfigurationResult & WithCreatedTimestamp(CreatedTimestampT &&value)
AWS_GLUE_API CreateSecurityConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API CreateSecurityConfigurationResult()=default
CreateSecurityConfigurationResult & WithName(NameT &&value)
CreateSecurityConfigurationResult & WithRequestId(RequestIdT &&value)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue