7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/schemas/Schemas_EXPORTS.h>
10#include <aws/schemas/model/CodeGenerationStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename CreationDateT = Aws::Utils::DateTime>
38 m_creationDateHasBeenSet =
true;
39 m_creationDate = std::forward<CreationDateT>(value);
41 template <
typename CreationDateT = Aws::Utils::DateTime>
53 template <
typename LastModifiedT = Aws::Utils::DateTime>
55 m_lastModifiedHasBeenSet =
true;
56 m_lastModified = std::forward<LastModifiedT>(value);
58 template <
typename LastModifiedT = Aws::Utils::DateTime>
70 template <
typename SchemaVersionT = Aws::String>
72 m_schemaVersionHasBeenSet =
true;
73 m_schemaVersion = std::forward<SchemaVersionT>(value);
75 template <
typename SchemaVersionT = Aws::String>
88 m_statusHasBeenSet =
true;
100 template <
typename RequestIdT = Aws::String>
102 m_requestIdHasBeenSet =
true;
103 m_requestId = std::forward<RequestIdT>(value);
105 template <
typename RequestIdT = Aws::String>
121 bool m_creationDateHasBeenSet =
false;
122 bool m_lastModifiedHasBeenSet =
false;
123 bool m_schemaVersionHasBeenSet =
false;
124 bool m_statusHasBeenSet =
false;
125 bool m_requestIdHasBeenSet =
false;
void SetSchemaVersion(SchemaVersionT &&value)
DescribeCodeBindingResult & WithStatus(CodeGenerationStatus value)
DescribeCodeBindingResult & WithSchemaVersion(SchemaVersionT &&value)
const Aws::Utils::DateTime & GetLastModified() const
CodeGenerationStatus GetStatus() const
DescribeCodeBindingResult & WithCreationDate(CreationDateT &&value)
void SetStatus(CodeGenerationStatus value)
void SetLastModified(LastModifiedT &&value)
const Aws::Utils::DateTime & GetCreationDate() const
DescribeCodeBindingResult & WithRequestId(RequestIdT &&value)
DescribeCodeBindingResult & WithLastModified(LastModifiedT &&value)
const Aws::String & GetRequestId() const
void SetCreationDate(CreationDateT &&value)
const Aws::String & GetSchemaVersion() const
AWS_SCHEMAS_API DescribeCodeBindingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SCHEMAS_API DescribeCodeBindingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_SCHEMAS_API DescribeCodeBindingResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue