7#include <aws/cloudcontrol/CloudControlApi_EXPORTS.h>
8#include <aws/cloudcontrol/CloudControlApiRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudControlApi
45 template<
typename RequestTokenT = Aws::String>
46 void SetRequestToken(RequestTokenT&& value) { m_requestTokenHasBeenSet =
true; m_requestToken = std::forward<RequestTokenT>(value); }
47 template<
typename RequestTokenT = Aws::String>
53 bool m_requestTokenHasBeenSet =
false;
AWS_CLOUDCONTROLAPI_API Aws::String SerializePayload() const override
AWS_CLOUDCONTROLAPI_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetRequestToken(RequestTokenT &&value)
virtual const char * GetServiceRequestName() const override
GetResourceRequestStatusRequest & WithRequestToken(RequestTokenT &&value)
AWS_CLOUDCONTROLAPI_API GetResourceRequestStatusRequest()=default
const Aws::String & GetRequestToken() const
bool RequestTokenHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String