7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/Greengrass_EXPORTS.h>
9#include <aws/greengrass/model/ResourceDefinitionVersion.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename ArnT = Aws::String>
37 m_arnHasBeenSet =
true;
38 m_arn = std::forward<ArnT>(value);
40 template <
typename ArnT = Aws::String>
42 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 DefinitionT = ResourceDefinitionVersion>
72 m_definitionHasBeenSet =
true;
73 m_definition = std::forward<DefinitionT>(value);
75 template <
typename DefinitionT = ResourceDefinitionVersion>
87 template <
typename IdT = Aws::String>
89 m_idHasBeenSet =
true;
90 m_id = std::forward<IdT>(value);
92 template <
typename IdT = Aws::String>
94 SetId(std::forward<IdT>(value));
104 template <
typename VersionT = Aws::String>
106 m_versionHasBeenSet =
true;
107 m_version = std::forward<VersionT>(value);
109 template <
typename VersionT = Aws::String>
119 template <
typename RequestIdT = Aws::String>
121 m_requestIdHasBeenSet =
true;
122 m_requestId = std::forward<RequestIdT>(value);
124 template <
typename RequestIdT = Aws::String>
142 bool m_arnHasBeenSet =
false;
143 bool m_creationTimestampHasBeenSet =
false;
144 bool m_definitionHasBeenSet =
false;
145 bool m_idHasBeenSet =
false;
146 bool m_versionHasBeenSet =
false;
147 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)
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