7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/Greengrass_EXPORTS.h>
9#include <aws/greengrass/model/LoggerDefinitionVersion.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 = LoggerDefinitionVersion>
72 m_definitionHasBeenSet =
true;
73 m_definition = std::forward<DefinitionT>(value);
75 template <
typename DefinitionT = LoggerDefinitionVersion>
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));
104 template <
typename VersionT = Aws::String>
106 m_versionHasBeenSet =
true;
107 m_version = std::forward<VersionT>(value);
109 template <
typename VersionT = Aws::String>
119 template <
typename RequestIdT = Aws::String>
121 m_requestIdHasBeenSet =
true;
122 m_requestId = std::forward<RequestIdT>(value);
124 template <
typename RequestIdT = Aws::String>
142 bool m_arnHasBeenSet =
false;
143 bool m_creationTimestampHasBeenSet =
false;
144 bool m_definitionHasBeenSet =
false;
145 bool m_idHasBeenSet =
false;
146 bool m_versionHasBeenSet =
false;
147 bool m_requestIdHasBeenSet =
false;
AWS_GREENGRASS_API GetLoggerDefinitionVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetLoggerDefinitionVersionResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetId() const
GetLoggerDefinitionVersionResult & WithVersion(VersionT &&value)
void SetDefinition(DefinitionT &&value)
void SetCreationTimestamp(CreationTimestampT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
const Aws::String & GetVersion() const
const Aws::String & GetRequestId() const
GetLoggerDefinitionVersionResult & WithId(IdT &&value)
GetLoggerDefinitionVersionResult & WithCreationTimestamp(CreationTimestampT &&value)
AWS_GREENGRASS_API GetLoggerDefinitionVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const LoggerDefinitionVersion & GetDefinition() const
const Aws::String & GetCreationTimestamp() const
void SetRequestId(RequestIdT &&value)
GetLoggerDefinitionVersionResult & WithDefinition(DefinitionT &&value)
GetLoggerDefinitionVersionResult & WithArn(ArnT &&value)
void SetVersion(VersionT &&value)
AWS_GREENGRASS_API GetLoggerDefinitionVersionResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue