7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/model/SchemaStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
37 m_statusHasBeenSet =
true;
51 template <
typename DetailsT = Aws::String>
53 m_detailsHasBeenSet =
true;
54 m_details = std::forward<DetailsT>(value);
56 template <
typename DetailsT = Aws::String>
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_statusHasBeenSet =
false;
84 bool m_detailsHasBeenSet =
false;
85 bool m_requestIdHasBeenSet =
false;
void SetStatus(SchemaStatus value)
const Aws::String & GetRequestId() const
GetSchemaCreationStatusResult & WithStatus(SchemaStatus value)
AWS_APPSYNC_API GetSchemaCreationStatusResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDetails() const
GetSchemaCreationStatusResult & WithRequestId(RequestIdT &&value)
AWS_APPSYNC_API GetSchemaCreationStatusResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APPSYNC_API GetSchemaCreationStatusResult()=default
void SetRequestId(RequestIdT &&value)
GetSchemaCreationStatusResult & WithDetails(DetailsT &&value)
void SetDetails(DetailsT &&value)
SchemaStatus GetStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue