7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/Greengrass_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename ArnT = Aws::String>
36 m_arnHasBeenSet =
true;
37 m_arn = std::forward<ArnT>(value);
39 template <
typename ArnT = Aws::String>
41 SetArn(std::forward<ArnT>(value));
51 template <
typename CreationTimestampT = Aws::String>
53 m_creationTimestampHasBeenSet =
true;
54 m_creationTimestamp = std::forward<CreationTimestampT>(value);
56 template <
typename CreationTimestampT = Aws::String>
68 template <
typename IdT = Aws::String>
70 m_idHasBeenSet =
true;
71 m_id = std::forward<IdT>(value);
73 template <
typename IdT = Aws::String>
75 SetId(std::forward<IdT>(value));
85 template <
typename LastUpdatedTimestampT = Aws::String>
87 m_lastUpdatedTimestampHasBeenSet =
true;
88 m_lastUpdatedTimestamp = std::forward<LastUpdatedTimestampT>(value);
90 template <
typename LastUpdatedTimestampT = Aws::String>
102 template <
typename LatestVersionT = Aws::String>
104 m_latestVersionHasBeenSet =
true;
105 m_latestVersion = std::forward<LatestVersionT>(value);
107 template <
typename LatestVersionT = Aws::String>
119 template <
typename LatestVersionArnT = Aws::String>
121 m_latestVersionArnHasBeenSet =
true;
122 m_latestVersionArn = std::forward<LatestVersionArnT>(value);
124 template <
typename LatestVersionArnT = Aws::String>
136 template <
typename NameT = Aws::String>
138 m_nameHasBeenSet =
true;
139 m_name = std::forward<NameT>(value);
141 template <
typename NameT = Aws::String>
143 SetName(std::forward<NameT>(value));
151 template <
typename RequestIdT = Aws::String>
153 m_requestIdHasBeenSet =
true;
154 m_requestId = std::forward<RequestIdT>(value);
156 template <
typename RequestIdT = Aws::String>
178 bool m_arnHasBeenSet =
false;
179 bool m_creationTimestampHasBeenSet =
false;
180 bool m_idHasBeenSet =
false;
181 bool m_lastUpdatedTimestampHasBeenSet =
false;
182 bool m_latestVersionHasBeenSet =
false;
183 bool m_latestVersionArnHasBeenSet =
false;
184 bool m_nameHasBeenSet =
false;
185 bool m_requestIdHasBeenSet =
false;
AWS_GREENGRASS_API CreateFunctionDefinitionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateFunctionDefinitionResult & WithName(NameT &&value)
void SetLastUpdatedTimestamp(LastUpdatedTimestampT &&value)
CreateFunctionDefinitionResult & WithLatestVersion(LatestVersionT &&value)
void SetLatestVersionArn(LatestVersionArnT &&value)
const Aws::String & GetLastUpdatedTimestamp() const
CreateFunctionDefinitionResult & WithArn(ArnT &&value)
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
const Aws::String & GetLatestVersion() const
CreateFunctionDefinitionResult & WithCreationTimestamp(CreationTimestampT &&value)
const Aws::String & GetName() const
const Aws::String & GetLatestVersionArn() const
CreateFunctionDefinitionResult & WithLastUpdatedTimestamp(LastUpdatedTimestampT &&value)
const Aws::String & GetRequestId() const
void SetLatestVersion(LatestVersionT &&value)
void SetRequestId(RequestIdT &&value)
CreateFunctionDefinitionResult & WithLatestVersionArn(LatestVersionArnT &&value)
CreateFunctionDefinitionResult & WithRequestId(RequestIdT &&value)
AWS_GREENGRASS_API CreateFunctionDefinitionResult()=default
void SetCreationTimestamp(CreationTimestampT &&value)
CreateFunctionDefinitionResult & WithId(IdT &&value)
const Aws::String & GetId() const
void SetName(NameT &&value)
AWS_GREENGRASS_API CreateFunctionDefinitionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetCreationTimestamp() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue