7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrass/Greengrass_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
53 template <
typename CreationTimestampT = Aws::String>
55 m_creationTimestampHasBeenSet =
true;
56 m_creationTimestamp = std::forward<CreationTimestampT>(value);
58 template <
typename CreationTimestampT = Aws::String>
70 template <
typename IdT = Aws::String>
72 m_idHasBeenSet =
true;
73 m_id = std::forward<IdT>(value);
75 template <
typename IdT = Aws::String>
77 SetId(std::forward<IdT>(value));
87 template <
typename VersionT = Aws::String>
89 m_versionHasBeenSet =
true;
90 m_version = std::forward<VersionT>(value);
92 template <
typename VersionT = Aws::String>
102 template <
typename RequestIdT = Aws::String>
104 m_requestIdHasBeenSet =
true;
105 m_requestId = std::forward<RequestIdT>(value);
107 template <
typename RequestIdT = Aws::String>
126 bool m_arnHasBeenSet =
false;
127 bool m_creationTimestampHasBeenSet =
false;
128 bool m_idHasBeenSet =
false;
129 bool m_versionHasBeenSet =
false;
130 bool m_requestIdHasBeenSet =
false;
CreateFunctionDefinitionVersionResult & WithId(IdT &&value)
AWS_GREENGRASS_API CreateFunctionDefinitionVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_GREENGRASS_API CreateFunctionDefinitionVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetId() const
CreateFunctionDefinitionVersionResult & WithCreationTimestamp(CreationTimestampT &&value)
AWS_GREENGRASS_API CreateFunctionDefinitionVersionResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetCreationTimestamp() const
void SetArn(ArnT &&value)
CreateFunctionDefinitionVersionResult & WithRequestId(RequestIdT &&value)
CreateFunctionDefinitionVersionResult & WithVersion(VersionT &&value)
void SetCreationTimestamp(CreationTimestampT &&value)
void SetRequestId(RequestIdT &&value)
CreateFunctionDefinitionVersionResult & WithArn(ArnT &&value)
const Aws::String & GetVersion() const
void SetVersion(VersionT &&value)
const Aws::String & GetArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue