7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename NameT = Aws::String>
37 m_nameHasBeenSet =
true;
38 m_name = std::forward<NameT>(value);
40 template <
typename NameT = Aws::String>
42 SetName(std::forward<NameT>(value));
52 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
54 m_createdTimestampHasBeenSet =
true;
55 m_createdTimestamp = std::forward<CreatedTimestampT>(value);
57 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
84 bool m_nameHasBeenSet =
false;
85 bool m_createdTimestampHasBeenSet =
false;
86 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