7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/codedeploy/model/InstanceInfo.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template <
typename InstanceInfoT = InstanceInfo>
44 m_instanceInfoHasBeenSet =
true;
45 m_instanceInfo = std::forward<InstanceInfoT>(value);
47 template <
typename InstanceInfoT = InstanceInfo>
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
75 bool m_instanceInfoHasBeenSet =
false;
76 bool m_requestIdHasBeenSet =
false;
AWS_CODEDEPLOY_API GetOnPremisesInstanceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetOnPremisesInstanceResult & WithRequestId(RequestIdT &&value)
AWS_CODEDEPLOY_API GetOnPremisesInstanceResult()=default
const Aws::String & GetRequestId() const
void SetInstanceInfo(InstanceInfoT &&value)
AWS_CODEDEPLOY_API GetOnPremisesInstanceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const InstanceInfo & GetInstanceInfo() const
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetOnPremisesInstanceResult & WithInstanceInfo(InstanceInfoT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue