AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
GetSchemaCreationStatusResult.h
1
6#pragma once
7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/model/SchemaStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace AppSync
25{
26namespace Model
27{
29 {
30 public:
31 AWS_APPSYNC_API GetSchemaCreationStatusResult() = default;
34
35
37
41 inline SchemaStatus GetStatus() const { return m_status; }
42 inline void SetStatus(SchemaStatus value) { m_statusHasBeenSet = true; m_status = value; }
43 inline GetSchemaCreationStatusResult& WithStatus(SchemaStatus value) { SetStatus(value); return *this;}
45
47
50 inline const Aws::String& GetDetails() const { return m_details; }
51 template<typename DetailsT = Aws::String>
52 void SetDetails(DetailsT&& value) { m_detailsHasBeenSet = true; m_details = std::forward<DetailsT>(value); }
53 template<typename DetailsT = Aws::String>
54 GetSchemaCreationStatusResult& WithDetails(DetailsT&& value) { SetDetails(std::forward<DetailsT>(value)); return *this;}
56
58
59 inline const Aws::String& GetRequestId() const { return m_requestId; }
60 template<typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
62 template<typename RequestIdT = Aws::String>
63 GetSchemaCreationStatusResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
65 private:
66
68 bool m_statusHasBeenSet = false;
69
70 Aws::String m_details;
71 bool m_detailsHasBeenSet = false;
72
73 Aws::String m_requestId;
74 bool m_requestIdHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace AppSync
79} // namespace Aws
GetSchemaCreationStatusResult & WithStatus(SchemaStatus value)
AWS_APPSYNC_API GetSchemaCreationStatusResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSchemaCreationStatusResult & WithRequestId(RequestIdT &&value)
AWS_APPSYNC_API GetSchemaCreationStatusResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APPSYNC_API GetSchemaCreationStatusResult()=default
GetSchemaCreationStatusResult & WithDetails(DetailsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue