7#include <aws/sagemaker-edge/SagemakerEdgeManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace SagemakerEdgeManager
41 template<
typename DeviceRegistrationT = Aws::String>
42 void SetDeviceRegistration(DeviceRegistrationT&& value) { m_deviceRegistrationHasBeenSet =
true; m_deviceRegistration = std::forward<DeviceRegistrationT>(value); }
43 template<
typename DeviceRegistrationT = Aws::String>
53 template<
typename CacheTTLT = Aws::String>
54 void SetCacheTTL(CacheTTLT&& value) { m_cacheTTLHasBeenSet =
true; m_cacheTTL = std::forward<CacheTTLT>(value); }
55 template<
typename CacheTTLT = Aws::String>
62 template<
typename RequestIdT = Aws::String>
63 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
64 template<
typename RequestIdT = Aws::String>
70 bool m_deviceRegistrationHasBeenSet =
false;
73 bool m_cacheTTLHasBeenSet =
false;
76 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