7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrass/model/DeviceDefinitionVersion.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename ArnT = Aws::String>
42 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
43 template<
typename ArnT = Aws::String>
53 template<
typename CreationTimestampT = Aws::String>
54 void SetCreationTimestamp(CreationTimestampT&& value) { m_creationTimestampHasBeenSet =
true; m_creationTimestamp = std::forward<CreationTimestampT>(value); }
55 template<
typename CreationTimestampT = Aws::String>
64 template<
typename DefinitionT = DeviceDefinitionVersion>
65 void SetDefinition(DefinitionT&& value) { m_definitionHasBeenSet =
true; m_definition = std::forward<DefinitionT>(value); }
66 template<
typename DefinitionT = DeviceDefinitionVersion>
75 template<
typename IdT = Aws::String>
76 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
77 template<
typename IdT = Aws::String>
87 template<
typename NextTokenT = Aws::String>
88 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
89 template<
typename NextTokenT = Aws::String>
98 template<
typename VersionT = Aws::String>
99 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
100 template<
typename VersionT = Aws::String>
107 template<
typename RequestIdT = Aws::String>
108 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
109 template<
typename RequestIdT = Aws::String>
115 bool m_arnHasBeenSet =
false;
118 bool m_creationTimestampHasBeenSet =
false;
121 bool m_definitionHasBeenSet =
false;
124 bool m_idHasBeenSet =
false;
127 bool m_nextTokenHasBeenSet =
false;
130 bool m_versionHasBeenSet =
false;
133 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