7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/codedeploy/model/InstanceInfo.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
47 template<
typename InstanceInfoT = InstanceInfo>
48 void SetInstanceInfo(InstanceInfoT&& value) { m_instanceInfoHasBeenSet =
true; m_instanceInfo = std::forward<InstanceInfoT>(value); }
49 template<
typename InstanceInfoT = InstanceInfo>
56 template<
typename RequestIdT = Aws::String>
57 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
58 template<
typename RequestIdT = Aws::String>
64 bool m_instanceInfoHasBeenSet =
false;
67 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)
GetOnPremisesInstanceResult & WithInstanceInfo(InstanceInfoT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue