7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/Greengrass_EXPORTS.h>
9#include <aws/greengrass/model/DeviceDefinitionVersion.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 = DeviceDefinitionVersion>
72 m_definitionHasBeenSet =
true;
73 m_definition = std::forward<DefinitionT>(value);
75 template <
typename DefinitionT = DeviceDefinitionVersion>
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));
105 template <
typename NextTokenT = Aws::String>
107 m_nextTokenHasBeenSet =
true;
108 m_nextToken = std::forward<NextTokenT>(value);
110 template <
typename NextTokenT = Aws::String>
122 template <
typename VersionT = Aws::String>
124 m_versionHasBeenSet =
true;
125 m_version = std::forward<VersionT>(value);
127 template <
typename VersionT = Aws::String>
137 template <
typename RequestIdT = Aws::String>
139 m_requestIdHasBeenSet =
true;
140 m_requestId = std::forward<RequestIdT>(value);
142 template <
typename RequestIdT = Aws::String>
162 bool m_arnHasBeenSet =
false;
163 bool m_creationTimestampHasBeenSet =
false;
164 bool m_definitionHasBeenSet =
false;
165 bool m_idHasBeenSet =
false;
166 bool m_nextTokenHasBeenSet =
false;
167 bool m_versionHasBeenSet =
false;
168 bool m_requestIdHasBeenSet =
false;
GetDeviceDefinitionVersionResult & WithNextToken(NextTokenT &&value)
void SetCreationTimestamp(CreationTimestampT &&value)
void SetDefinition(DefinitionT &&value)
AWS_GREENGRASS_API GetDeviceDefinitionVersionResult()=default
GetDeviceDefinitionVersionResult & WithId(IdT &&value)
GetDeviceDefinitionVersionResult & WithArn(ArnT &&value)
const Aws::String & GetVersion() const
GetDeviceDefinitionVersionResult & WithRequestId(RequestIdT &&value)
GetDeviceDefinitionVersionResult & WithDefinition(DefinitionT &&value)
GetDeviceDefinitionVersionResult & WithVersion(VersionT &&value)
AWS_GREENGRASS_API GetDeviceDefinitionVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GREENGRASS_API GetDeviceDefinitionVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
void SetVersion(VersionT &&value)
const Aws::String & GetId() const
const DeviceDefinitionVersion & GetDefinition() const
const Aws::String & GetNextToken() const
void SetArn(ArnT &&value)
const Aws::String & GetCreationTimestamp() const
const Aws::String & GetArn() const
void SetRequestId(RequestIdT &&value)
GetDeviceDefinitionVersionResult & WithCreationTimestamp(CreationTimestampT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue