7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker-edge/SagemakerEdgeManager_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace SagemakerEdgeManager {
36 template <
typename DeviceRegistrationT = Aws::String>
38 m_deviceRegistrationHasBeenSet =
true;
39 m_deviceRegistration = std::forward<DeviceRegistrationT>(value);
41 template <
typename DeviceRegistrationT = Aws::String>
54 template <
typename CacheTTLT = Aws::String>
56 m_cacheTTLHasBeenSet =
true;
57 m_cacheTTL = std::forward<CacheTTLT>(value);
59 template <
typename CacheTTLT = Aws::String>
69 template <
typename RequestIdT = Aws::String>
71 m_requestIdHasBeenSet =
true;
72 m_requestId = std::forward<RequestIdT>(value);
74 template <
typename RequestIdT = Aws::String>
86 bool m_deviceRegistrationHasBeenSet =
false;
87 bool m_cacheTTLHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
GetDeviceRegistrationResult & WithDeviceRegistration(DeviceRegistrationT &&value)
void SetCacheTTL(CacheTTLT &&value)
AWS_SAGEMAKEREDGEMANAGER_API GetDeviceRegistrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDeviceRegistrationResult & WithRequestId(RequestIdT &&value)
void SetDeviceRegistration(DeviceRegistrationT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_SAGEMAKEREDGEMANAGER_API GetDeviceRegistrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKEREDGEMANAGER_API GetDeviceRegistrationResult()=default
const Aws::String & GetCacheTTL() const
const Aws::String & GetDeviceRegistration() const
GetDeviceRegistrationResult & WithCacheTTL(CacheTTLT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue