7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace DevOpsAgent {
41 template <
typename ExecutionIdT = Aws::String>
43 m_executionIdHasBeenSet =
true;
44 m_executionId = std::forward<ExecutionIdT>(value);
46 template <
typename ExecutionIdT = Aws::String>
58 template <
typename CreatedAtT = Aws::Utils::DateTime>
60 m_createdAtHasBeenSet =
true;
61 m_createdAt = std::forward<CreatedAtT>(value);
63 template <
typename CreatedAtT = Aws::Utils::DateTime>
73 template <
typename RequestIdT = Aws::String>
75 m_requestIdHasBeenSet =
true;
76 m_requestId = std::forward<RequestIdT>(value);
78 template <
typename RequestIdT = Aws::String>
93 bool m_executionIdHasBeenSet =
false;
94 bool m_createdAtHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreatedAt() const
void SetExecutionId(ExecutionIdT &&value)
AWS_DEVOPSAGENT_API CreateChatResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreatedAt(CreatedAtT &&value)
CreateChatResult & WithExecutionId(ExecutionIdT &&value)
CreateChatResult & WithCreatedAt(CreatedAtT &&value)
void SetRequestId(RequestIdT &&value)
AWS_DEVOPSAGENT_API CreateChatResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
CreateChatResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetExecutionId() const
AWS_DEVOPSAGENT_API CreateChatResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue