7#include <aws/agent-registry-control/AgentRegistryControl_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace AgentRegistryControl {
40 template <
typename RegistryArnT = Aws::String>
42 m_registryArnHasBeenSet =
true;
43 m_registryArn = std::forward<RegistryArnT>(value);
45 template <
typename RegistryArnT = Aws::String>
55 template <
typename RequestIdT = Aws::String>
57 m_requestIdHasBeenSet =
true;
58 m_requestId = std::forward<RequestIdT>(value);
60 template <
typename RequestIdT = Aws::String>
73 bool m_registryArnHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
AWS_AGENTREGISTRYCONTROL_API CreateRegistryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateRegistryResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateRegistryResult & WithRegistryArn(RegistryArnT &&value)
AWS_AGENTREGISTRYCONTROL_API CreateRegistryResult()=default
void SetRegistryArn(RegistryArnT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetRegistryArn() const
AWS_AGENTREGISTRYCONTROL_API CreateRegistryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue