7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker-edge/SagemakerEdgeManager_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace SagemakerEdgeManager {
37 template <
typename DeviceRegistrationT = Aws::String>
39 m_deviceRegistrationHasBeenSet =
true;
40 m_deviceRegistration = std::forward<DeviceRegistrationT>(value);
42 template <
typename DeviceRegistrationT = Aws::String>
55 template <
typename CacheTTLT = Aws::String>
57 m_cacheTTLHasBeenSet =
true;
58 m_cacheTTL = std::forward<CacheTTLT>(value);
60 template <
typename CacheTTLT = Aws::String>
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
90 bool m_deviceRegistrationHasBeenSet =
false;
91 bool m_cacheTTLHasBeenSet =
false;
92 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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