7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/Greengrass_EXPORTS.h>
9#include <aws/greengrass/model/GroupVersion.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));
52 template <
typename CreationTimestampT = Aws::String>
54 m_creationTimestampHasBeenSet =
true;
55 m_creationTimestamp = std::forward<CreationTimestampT>(value);
57 template <
typename CreationTimestampT = Aws::String>
69 template <
typename DefinitionT = GroupVersion>
71 m_definitionHasBeenSet =
true;
72 m_definition = std::forward<DefinitionT>(value);
74 template <
typename DefinitionT = GroupVersion>
86 template <
typename IdT = Aws::String>
88 m_idHasBeenSet =
true;
89 m_id = std::forward<IdT>(value);
91 template <
typename IdT = Aws::String>
93 SetId(std::forward<IdT>(value));
103 template <
typename VersionT = Aws::String>
105 m_versionHasBeenSet =
true;
106 m_version = std::forward<VersionT>(value);
108 template <
typename VersionT = Aws::String>
118 template <
typename RequestIdT = Aws::String>
120 m_requestIdHasBeenSet =
true;
121 m_requestId = std::forward<RequestIdT>(value);
123 template <
typename RequestIdT = Aws::String>
141 bool m_arnHasBeenSet =
false;
142 bool m_creationTimestampHasBeenSet =
false;
143 bool m_definitionHasBeenSet =
false;
144 bool m_idHasBeenSet =
false;
145 bool m_versionHasBeenSet =
false;
146 bool m_requestIdHasBeenSet =
false;
const GroupVersion & GetDefinition() const
AWS_GREENGRASS_API GetGroupVersionResult()=default
void SetVersion(VersionT &&value)
void SetRequestId(RequestIdT &&value)
GetGroupVersionResult & WithCreationTimestamp(CreationTimestampT &&value)
const Aws::String & GetCreationTimestamp() const
void SetArn(ArnT &&value)
const Aws::String & GetVersion() const
GetGroupVersionResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetId() const
const Aws::String & GetArn() const
GetGroupVersionResult & WithDefinition(DefinitionT &&value)
GetGroupVersionResult & WithId(IdT &&value)
const Aws::String & GetRequestId() const
AWS_GREENGRASS_API GetGroupVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetGroupVersionResult & WithVersion(VersionT &&value)
void SetDefinition(DefinitionT &&value)
void SetCreationTimestamp(CreationTimestampT &&value)
GetGroupVersionResult & WithArn(ArnT &&value)
AWS_GREENGRASS_API GetGroupVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue