7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/Greengrass_EXPORTS.h>
9#include <aws/greengrass/model/SubscriptionDefinitionVersion.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
54 template <
typename CreationTimestampT = Aws::String>
56 m_creationTimestampHasBeenSet =
true;
57 m_creationTimestamp = std::forward<CreationTimestampT>(value);
59 template <
typename CreationTimestampT = Aws::String>
71 template <
typename DefinitionT = SubscriptionDefinitionVersion>
73 m_definitionHasBeenSet =
true;
74 m_definition = std::forward<DefinitionT>(value);
76 template <
typename DefinitionT = SubscriptionDefinitionVersion>
88 template <
typename IdT = Aws::String>
90 m_idHasBeenSet =
true;
91 m_id = std::forward<IdT>(value);
93 template <
typename IdT = Aws::String>
95 SetId(std::forward<IdT>(value));
106 template <
typename NextTokenT = Aws::String>
108 m_nextTokenHasBeenSet =
true;
109 m_nextToken = std::forward<NextTokenT>(value);
111 template <
typename NextTokenT = Aws::String>
123 template <
typename VersionT = Aws::String>
125 m_versionHasBeenSet =
true;
126 m_version = std::forward<VersionT>(value);
128 template <
typename VersionT = Aws::String>
138 template <
typename RequestIdT = Aws::String>
140 m_requestIdHasBeenSet =
true;
141 m_requestId = std::forward<RequestIdT>(value);
143 template <
typename RequestIdT = Aws::String>
163 bool m_arnHasBeenSet =
false;
164 bool m_creationTimestampHasBeenSet =
false;
165 bool m_definitionHasBeenSet =
false;
166 bool m_idHasBeenSet =
false;
167 bool m_nextTokenHasBeenSet =
false;
168 bool m_versionHasBeenSet =
false;
169 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
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