7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrass/model/LoggerDefinitionVersion.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 = LoggerDefinitionVersion>
65 void SetDefinition(DefinitionT&& value) { m_definitionHasBeenSet =
true; m_definition = std::forward<DefinitionT>(value); }
66 template<
typename DefinitionT = LoggerDefinitionVersion>
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>
86 template<
typename VersionT = Aws::String>
87 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
88 template<
typename VersionT = Aws::String>
95 template<
typename RequestIdT = Aws::String>
96 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
97 template<
typename RequestIdT = Aws::String>
103 bool m_arnHasBeenSet =
false;
106 bool m_creationTimestampHasBeenSet =
false;
109 bool m_definitionHasBeenSet =
false;
112 bool m_idHasBeenSet =
false;
115 bool m_versionHasBeenSet =
false;
118 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