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/SubscriptionDefinitionVersion.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename ArnT = Aws::String>
39 m_arnHasBeenSet =
true;
40 m_arn = std::forward<ArnT>(value);
42 template <
typename ArnT = Aws::String>
44 SetArn(std::forward<ArnT>(value));
55 template <
typename CreationTimestampT = Aws::String>
57 m_creationTimestampHasBeenSet =
true;
58 m_creationTimestamp = std::forward<CreationTimestampT>(value);
60 template <
typename CreationTimestampT = Aws::String>
72 template <
typename DefinitionT = SubscriptionDefinitionVersion>
74 m_definitionHasBeenSet =
true;
75 m_definition = std::forward<DefinitionT>(value);
77 template <
typename DefinitionT = SubscriptionDefinitionVersion>
89 template <
typename IdT = Aws::String>
91 m_idHasBeenSet =
true;
92 m_id = std::forward<IdT>(value);
94 template <
typename IdT = Aws::String>
96 SetId(std::forward<IdT>(value));
107 template <
typename NextTokenT = Aws::String>
109 m_nextTokenHasBeenSet =
true;
110 m_nextToken = std::forward<NextTokenT>(value);
112 template <
typename NextTokenT = Aws::String>
124 template <
typename VersionT = Aws::String>
126 m_versionHasBeenSet =
true;
127 m_version = std::forward<VersionT>(value);
129 template <
typename VersionT = Aws::String>
139 template <
typename RequestIdT = Aws::String>
141 m_requestIdHasBeenSet =
true;
142 m_requestId = std::forward<RequestIdT>(value);
144 template <
typename RequestIdT = Aws::String>
167 bool m_arnHasBeenSet =
false;
168 bool m_creationTimestampHasBeenSet =
false;
169 bool m_definitionHasBeenSet =
false;
170 bool m_idHasBeenSet =
false;
171 bool m_nextTokenHasBeenSet =
false;
172 bool m_versionHasBeenSet =
false;
173 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetArn() const
AWS_GREENGRASS_API GetSubscriptionDefinitionVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetVersion() const
GetSubscriptionDefinitionVersionResult & WithArn(ArnT &&value)
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
void SetCreationTimestamp(CreationTimestampT &&value)
GetSubscriptionDefinitionVersionResult & WithId(IdT &&value)
const SubscriptionDefinitionVersion & GetDefinition() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetDefinition(DefinitionT &&value)
void SetVersion(VersionT &&value)
AWS_GREENGRASS_API GetSubscriptionDefinitionVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSubscriptionDefinitionVersionResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetId() const
const Aws::String & GetCreationTimestamp() const
GetSubscriptionDefinitionVersionResult & WithCreationTimestamp(CreationTimestampT &&value)
GetSubscriptionDefinitionVersionResult & WithNextToken(NextTokenT &&value)
AWS_GREENGRASS_API GetSubscriptionDefinitionVersionResult()=default
void SetArn(ArnT &&value)
const Aws::String & GetNextToken() const
GetSubscriptionDefinitionVersionResult & WithVersion(VersionT &&value)
GetSubscriptionDefinitionVersionResult & WithDefinition(DefinitionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue