public static ConfirmPrivateVirtualInterfaceResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new ConfirmPrivateVirtualInterfaceResultUnmarshaller();
     }
     return(instance);
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ConfirmPrivateVirtualInterfaceResponse response = new ConfirmPrivateVirtualInterfaceResponse();

            context.Read();

            response.ConfirmPrivateVirtualInterfaceResult = ConfirmPrivateVirtualInterfaceResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }