7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/networkmanager/model/TransitGatewayRegistration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace NetworkManager
41 template<
typename TransitGatewayRegistrationT = TransitGatewayRegistration>
42 void SetTransitGatewayRegistration(TransitGatewayRegistrationT&& value) { m_transitGatewayRegistrationHasBeenSet =
true; m_transitGatewayRegistration = std::forward<TransitGatewayRegistrationT>(value); }
43 template<
typename TransitGatewayRegistrationT = TransitGatewayRegistration>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_transitGatewayRegistrationHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
DeregisterTransitGatewayResult & WithTransitGatewayRegistration(TransitGatewayRegistrationT &&value)
AWS_NETWORKMANAGER_API DeregisterTransitGatewayResult()=default
const TransitGatewayRegistration & GetTransitGatewayRegistration() const
AWS_NETWORKMANAGER_API DeregisterTransitGatewayResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeregisterTransitGatewayResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
void SetTransitGatewayRegistration(TransitGatewayRegistrationT &&value)
AWS_NETWORKMANAGER_API DeregisterTransitGatewayResult(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