7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/networkmanager/model/VpcAttachment.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace NetworkManager
41 template<
typename VpcAttachmentT = VpcAttachment>
42 void SetVpcAttachment(VpcAttachmentT&& value) { m_vpcAttachmentHasBeenSet =
true; m_vpcAttachment = std::forward<VpcAttachmentT>(value); }
43 template<
typename VpcAttachmentT = VpcAttachment>
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_vpcAttachmentHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
AWS_NETWORKMANAGER_API GetVpcAttachmentResult()=default
GetVpcAttachmentResult & WithRequestId(RequestIdT &&value)
void SetVpcAttachment(VpcAttachmentT &&value)
AWS_NETWORKMANAGER_API GetVpcAttachmentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
GetVpcAttachmentResult & WithVpcAttachment(VpcAttachmentT &&value)
const VpcAttachment & GetVpcAttachment() const
AWS_NETWORKMANAGER_API GetVpcAttachmentResult(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