7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrass/Greengrass_EXPORTS.h>
10#include <aws/greengrass/model/ResourceDefinitionVersion.h>
15template <
typename RESULT_TYPE>
16class 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));
54 template <
typename CreationTimestampT = Aws::String>
56 m_creationTimestampHasBeenSet =
true;
57 m_creationTimestamp = std::forward<CreationTimestampT>(value);
59 template <
typename CreationTimestampT = Aws::String>
71 template <
typename DefinitionT = ResourceDefinitionVersion>
73 m_definitionHasBeenSet =
true;
74 m_definition = std::forward<DefinitionT>(value);
76 template <
typename DefinitionT = ResourceDefinitionVersion>
88 template <
typename IdT = Aws::String>
90 m_idHasBeenSet =
true;
91 m_id = std::forward<IdT>(value);
93 template <
typename IdT = Aws::String>
95 SetId(std::forward<IdT>(value));
105 template <
typename VersionT = Aws::String>
107 m_versionHasBeenSet =
true;
108 m_version = std::forward<VersionT>(value);
110 template <
typename VersionT = Aws::String>
120 template <
typename RequestIdT = Aws::String>
122 m_requestIdHasBeenSet =
true;
123 m_requestId = std::forward<RequestIdT>(value);
125 template <
typename RequestIdT = Aws::String>
146 bool m_arnHasBeenSet =
false;
147 bool m_creationTimestampHasBeenSet =
false;
148 bool m_definitionHasBeenSet =
false;
149 bool m_idHasBeenSet =
false;
150 bool m_versionHasBeenSet =
false;
151 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetCreationTimestamp() const
void SetRequestId(RequestIdT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
GetResourceDefinitionVersionResult & WithCreationTimestamp(CreationTimestampT &&value)
GetResourceDefinitionVersionResult & WithArn(ArnT &&value)
void SetDefinition(DefinitionT &&value)
const ResourceDefinitionVersion & GetDefinition() const
GetResourceDefinitionVersionResult & WithRequestId(RequestIdT &&value)
AWS_GREENGRASS_API GetResourceDefinitionVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GREENGRASS_API GetResourceDefinitionVersionResult()=default
GetResourceDefinitionVersionResult & WithVersion(VersionT &&value)
const Aws::String & GetId() const
void SetCreationTimestamp(CreationTimestampT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetResourceDefinitionVersionResult & WithDefinition(DefinitionT &&value)
GetResourceDefinitionVersionResult & WithId(IdT &&value)
AWS_GREENGRASS_API GetResourceDefinitionVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetVersion(VersionT &&value)
const Aws::String & GetVersion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue